Files
chart/test/nextcloud/1.6.18/test_values.yaml
bugclerk ec45249dfd Upgraded catalog item(s) (#1005)
This commit upgrades nextcloud catalog item(s).

Co-authored-by: sonicaj <waqarsonic1@gmail.com>
2023-02-27 12:12:34 +02:00

46 lines
944 B
YAML

appVolumeMounts:
nextcloud-data:
emptyDir: true
mountPath: /var/www
cronjob:
enabled: false
schedule: 1 */24 * * *
dnsConfig:
options: []
emptyDirVolumes: true
environmentVariables: []
image:
pullPolicy: IfNotPresent
repository: nextcloud
tag: 25.0.4
ixChartContext: {}
nextcloud:
datadir: /var/www/html/data
host: nextcloud.kube.home
install_ffmpeg: true
password: changeme
username: admin
nginx:
image:
pullPolicy: IfNotPresent
repository: nginx
tag: 1.23.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
useServiceNameForHost: true