Skip to content

Commit

Permalink
Comment in properties for metrics exporter
Browse files Browse the repository at this point in the history
Signed-off-by: switzerchees <[email protected]>
  • Loading branch information
SwitzerChees committed Feb 17, 2024
1 parent 1624654 commit 88fcff8
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions charts/nextcloud/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []

Expand Down Expand Up @@ -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
##
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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/
##
Expand All @@ -474,7 +474,6 @@ tolerations: []

affinity: {}


## Prometheus Exporter / Metrics
##
metrics:
Expand Down Expand Up @@ -508,11 +507,11 @@ metrics:

# podLabels: {}

# nodeSelector: {}
nodeSelector: {}

# tolerations: []
tolerations: []

# affinity: {}
affinity: {}

service:
type: ClusterIP
Expand Down Expand Up @@ -556,14 +555,12 @@ metrics:
##
labels: {}


rbac:
enabled: false
serviceaccount:
create: true
name: nextcloud-serviceaccount
annotations: {}


## @param securityContext for nextcloud pod @deprecated Use `nextcloud.podSecurityContext` instead
securityContext: {}

0 comments on commit 88fcff8

Please sign in to comment.