Commit f85006a2 authored by Waqar Ahmed's avatar Waqar Ahmed

Clean values

parent 74e79292
...@@ -10,7 +10,6 @@ nextcloud: ...@@ -10,7 +10,6 @@ nextcloud:
host: nextcloud.kube.home host: nextcloud.kube.home
username: admin username: admin
password: changeme password: changeme
update: 0
datadir: /var/www/html/data datadir: /var/www/html/data
persistence: persistence:
subPath: subPath:
...@@ -63,31 +62,6 @@ nextcloud: ...@@ -63,31 +62,6 @@ nextcloud:
## IMPORTANT: use with care, it is suggested to leave as that for upgrade purposes ## IMPORTANT: use with care, it is suggested to leave as that for upgrade purposes
## ref: https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#strategy ## ref: https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#strategy
strategy: "Recreate" 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: postgresql:
backupVolume: backupVolume:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment