From 88fcff8ff029f1537df5b5c620d769e3a3e8d38d Mon Sep 17 00:00:00 2001 From: switzerchees Date: Sat, 17 Feb 2024 08:59:03 +0100 Subject: [PATCH] Comment in properties for metrics exporter Signed-off-by: switzerchees --- charts/nextcloud/values.yaml | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/charts/nextcloud/values.yaml b/charts/nextcloud/values.yaml index 2b9e4def..2793a726 100644 --- a/charts/nextcloud/values.yaml +++ b/charts/nextcloud/values.yaml @@ -62,10 +62,10 @@ ingress: path: / pathType: Prefix - # Allow configuration of lifecycle hooks # ref: https://kubernetes.io/docs/tasks/configure-pod-container/attach-handler-lifecycle-event/ -lifecycle: {} +lifecycle: + {} # postStartCommand: [] # preStopCommand: [] @@ -350,13 +350,12 @@ redis: enabled: false auth: enabled: true - password: 'changeme' + password: "changeme" # name of an existing secret with RedisĀ® credentials (instead of auth.password), must be created ahead of time existingSecret: "" # Password key to be retrieved from existing secret existingSecretPasswordKey: "" - ## Cronjob to execute Nextcloud background tasks ## ref: https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/background_jobs_configuration.html#cron ## @@ -370,7 +369,8 @@ cronjob: # Allow configuration of lifecycle hooks # ref: https://kubernetes.io/docs/tasks/configure-pod-container/attach-handler-lifecycle-event/ - lifecycle: {} + lifecycle: + {} # postStartCommand: [] # preStopCommand: [] # Set securityContext parameters. For example, you may need to define runAsNonRoot directive @@ -421,7 +421,8 @@ persistence: accessMode: ReadWriteOnce size: 8Gi -resources: {} +resources: + {} # We usually recommend not to specify default resources and to leave this as a conscious # choice for the user. This also increases chances charts run on environments with little # resources, such as Minikube. If you do want to specify resources, uncomment the following @@ -458,7 +459,6 @@ startupProbe: failureThreshold: 30 successThreshold: 1 - ## Enable pod autoscaling using HorizontalPodAutoscaler ## ref: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/ ## @@ -474,7 +474,6 @@ tolerations: [] affinity: {} - ## Prometheus Exporter / Metrics ## metrics: @@ -508,11 +507,11 @@ metrics: # podLabels: {} - # nodeSelector: {} + nodeSelector: {} - # tolerations: [] + tolerations: [] - # affinity: {} + affinity: {} service: type: ClusterIP @@ -556,7 +555,6 @@ metrics: ## labels: {} - rbac: enabled: false serviceaccount: @@ -564,6 +562,5 @@ rbac: name: nextcloud-serviceaccount annotations: {} - ## @param securityContext for nextcloud pod @deprecated Use `nextcloud.podSecurityContext` instead securityContext: {}