update values as well

This commit is contained in:
Jonathon Beauregard II 2022-12-02 14:16:23 -08:00
parent 91080dcbdd
commit c28aaf3f4b

View file

@ -65,16 +65,6 @@ extraInitContainers: []
extraEnv: [] extraEnv: []
extraContainers: [] extraContainers: []
#Enable to following blocks for metrics #Enable to following blocks for metrics
# extraVolumeMounts:
# - name: logs
# mountPath: /var/log/
# readOnly: false
# extraVolumes:
# - name: logs
# emptyDir: {}
# extraContainers: | # extraContainers: |
# - name: exporter # - name: exporter
# imagePullPolicy: Always # imagePullPolicy: Always
@ -91,8 +81,10 @@ extraContainers: []
# volumeMounts: # volumeMounts:
# - mountPath: /var/spool/postfix # - mountPath: /var/spool/postfix
# name: mail # name: mail
# subPath: spool
# - mountPath: /var/log/ # - mountPath: /var/log/
# name: logs # name: mail
# subPath: logs
# readinessProbe: # readinessProbe:
# httpGet: # httpGet:
# path: /metrics # path: /metrics
@ -108,7 +100,8 @@ extraContainers: []
# - -c # - -c
# volumeMounts: # volumeMounts:
# - mountPath: /var/log/ # - mountPath: /var/log/
# name: logs # name: mail
# subPath: logs
deployment: deployment:
labels: {} labels: {}