mirror of
https://github.com/truenas/charts.git
synced 2026-04-05 11:48:55 +08:00
* fix URL generation for nextcloud when SSL is enabled * wording * adjust overwritehost variable too * no need for printf * add field to define port for url rewrite * wording * increase 10min to 15min startup time to accomodate slower IO for installes/upgrades
46 lines
1005 B
YAML
46 lines
1005 B
YAML
appVolumeMounts:
|
|
nextcloud-data:
|
|
emptyDir: true
|
|
mountPath: /var/www
|
|
cronjob:
|
|
enabled: false
|
|
schedule: 1 */24 * * *
|
|
dnsConfig:
|
|
options: []
|
|
emptyDirVolumes: true
|
|
environmentVariables: []
|
|
ixChartContext: {}
|
|
nginxConfig:
|
|
proxy_timeouts: 120
|
|
useDifferentAccessPort: true
|
|
externalPort: 443
|
|
nextcloud:
|
|
datadir: /var/www/html/data
|
|
host: nextcloud.kube.home
|
|
install_ffmpeg: true
|
|
install_smbclient: true
|
|
max_upload_size: 5
|
|
max_execution_time: 30
|
|
php_memory_limit: 512
|
|
opcache_memory_consumption: 128
|
|
password: changeme
|
|
username: admin
|
|
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
|