mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-09-06 22:44:59 +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: []
|
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: {}
|
||||||
|
|
Loading…
Add table
Reference in a new issue