mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-09-06 06:25:40 +08:00
update values as well
This commit is contained in:
parent
91080dcbdd
commit
c28aaf3f4b
1 changed files with 5 additions and 12 deletions
|
@ -65,16 +65,6 @@ extraInitContainers: []
|
|||
extraEnv: []
|
||||
extraContainers: []
|
||||
#Enable to following blocks for metrics
|
||||
|
||||
# extraVolumeMounts:
|
||||
# - name: logs
|
||||
# mountPath: /var/log/
|
||||
# readOnly: false
|
||||
|
||||
# extraVolumes:
|
||||
# - name: logs
|
||||
# emptyDir: {}
|
||||
|
||||
# extraContainers: |
|
||||
# - name: exporter
|
||||
# imagePullPolicy: Always
|
||||
|
@ -91,8 +81,10 @@ extraContainers: []
|
|||
# volumeMounts:
|
||||
# - mountPath: /var/spool/postfix
|
||||
# name: mail
|
||||
# subPath: spool
|
||||
# - mountPath: /var/log/
|
||||
# name: logs
|
||||
# name: mail
|
||||
# subPath: logs
|
||||
# readinessProbe:
|
||||
# httpGet:
|
||||
# path: /metrics
|
||||
|
@ -108,7 +100,8 @@ extraContainers: []
|
|||
# - -c
|
||||
# volumeMounts:
|
||||
# - mountPath: /var/log/
|
||||
# name: logs
|
||||
# name: mail
|
||||
# subPath: logs
|
||||
|
||||
deployment:
|
||||
labels: {}
|
||||
|
|
Loading…
Add table
Reference in a new issue