Clean values
This commit is contained in:
parent
74e7929207
commit
f85006a283
|
@ -10,7 +10,6 @@ nextcloud:
|
|||
host: nextcloud.kube.home
|
||||
username: admin
|
||||
password: changeme
|
||||
update: 0
|
||||
datadir: /var/www/html/data
|
||||
persistence:
|
||||
subPath:
|
||||
|
@ -63,31 +62,6 @@ nextcloud:
|
|||
## IMPORTANT: use with care, it is suggested to leave as that for upgrade purposes
|
||||
## ref: https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#strategy
|
||||
strategy: "Recreate"
|
||||
# type: RollingUpdate
|
||||
# rollingUpdate:
|
||||
# maxSurge: 1
|
||||
# maxUnavailable: 0
|
||||
|
||||
##
|
||||
## Extra environment variables
|
||||
extraEnv:
|
||||
# - name: SOME_SECRET_ENV
|
||||
# valueFrom:
|
||||
# secretKeyRef:
|
||||
# name: nextcloud
|
||||
# key: secret_key
|
||||
|
||||
# Extra mounts for the pods. Example shown is for connecting a legacy NFS volume
|
||||
# to NextCloud pods in Kubernetes. This can then be configured in External Storage
|
||||
extraVolumes:
|
||||
# - name: nfs
|
||||
# nfs:
|
||||
# server: "10.0.0.1"
|
||||
# path: "/nextcloud_data"
|
||||
# readOnly: false
|
||||
extraVolumeMounts:
|
||||
# - name: nfs
|
||||
# mountPath: "/legacy_data"
|
||||
|
||||
postgresql:
|
||||
backupVolume:
|
||||
|
|
Loading…
Reference in New Issue