Files
chart/test/nextcloud/1.3.9/test_values.yaml
sonicaj a9c86500bd Upgraded catalog item(s)
This commit upgrades nextcloud catalog item(s).
2021-11-16 04:00:09 +00:00

41 lines
842 B
YAML

appVolumeMounts:
nextcloud-data:
emptyDir: true
mountPath: /var/www
dnsConfig:
options: []
emptyDirVolumes: true
environmentVariables: []
image:
pullPolicy: IfNotPresent
repository: nextcloud
tag: 22.2.2
ixChartContext: {}
nextcloud:
datadir: /var/www/html/data
host: nextcloud.kube.home
password: changeme
username: admin
nginx:
image:
pullPolicy: IfNotPresent
repository: nginx
tag: 1.21.3
postgresAppVolumeMounts:
postgres-backup:
emptyDir: true
mountPath: /postgres_backups
postgres-data:
emptyDir: true
mountPath: /var/lib/postgresql/data
postgresql:
backupVolume:
datasetName: ix-postgres_backups
mountPath: /postgres_backups
dataVolume:
datasetName: ix-postgres_data
mountPath: /var/lib/postgresql/data
service:
nodePort: 31000
updateStrategy: Recreate