54 lines
852 B
YAML
54 lines
852 B
YAML
|
---
|
||
|
image:
|
||
|
flavor: fpm
|
||
|
nextcloud:
|
||
|
host: nextcloud.minhas.io
|
||
|
update: 1
|
||
|
existingSecret:
|
||
|
enabled: true
|
||
|
secretName: nextcloud
|
||
|
usernameKey: username
|
||
|
passwordKey: password
|
||
|
tokenKey: serverinfo_token
|
||
|
containerPort: 80
|
||
|
datadir: /var/www/html/data
|
||
|
defaultConfigs:
|
||
|
redis.config.php: false
|
||
|
smtp.config.php: false
|
||
|
|
||
|
service:
|
||
|
type: ClusterIP
|
||
|
port: 80
|
||
|
|
||
|
replicaCount: 1
|
||
|
persistence:
|
||
|
enabled: true
|
||
|
existingClaim: "nextcloud"
|
||
|
|
||
|
internalDatabase:
|
||
|
enabled: false
|
||
|
|
||
|
externalDatabase:
|
||
|
type: postgresql
|
||
|
host: sedan.minhas.io
|
||
|
existingSecret:
|
||
|
enabled: true
|
||
|
secretName: nextcloud
|
||
|
usernameKey: db_username
|
||
|
passwordKey: db_password
|
||
|
|
||
|
nginx:
|
||
|
enabled: true
|
||
|
|
||
|
phpClientHttpsFix:
|
||
|
enabled: true
|
||
|
protocol: https
|
||
|
|
||
|
livenessProbe:
|
||
|
enabled: false
|
||
|
readinessProbe:
|
||
|
enabled: false
|
||
|
startupProbe:
|
||
|
enabled: false
|
||
|
|