mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-10-09 22:55:56 +08:00
Fix for #154
This commit is contained in:
parent
cccbf7ea65
commit
dcf80ccda3
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,7 @@ metadata:
|
||||||
labels:
|
labels:
|
||||||
{{- $labels | nindent 4 }}
|
{{- $labels | nindent 4 }}
|
||||||
{{- with .Values.service.labels }}{{ toYaml . | nindent 4 }}{{ end }}
|
{{- with .Values.service.labels }}{{ toYaml . | nindent 4 }}{{ end }}
|
||||||
|
type: standard
|
||||||
annotations:
|
annotations:
|
||||||
{{- with .Values.service.annotations }}{{ toYaml . | nindent 4 }}{{ end }}
|
{{- with .Values.service.annotations }}{{ toYaml . | nindent 4 }}{{ end }}
|
||||||
spec:
|
spec:
|
||||||
|
@ -33,6 +34,7 @@ metadata:
|
||||||
labels:
|
labels:
|
||||||
{{- $labels | nindent 4 }}
|
{{- $labels | nindent 4 }}
|
||||||
{{- with .Values.service.labels }}{{ toYaml . | nindent 4 }}{{ end }}
|
{{- with .Values.service.labels }}{{ toYaml . | nindent 4 }}{{ end }}
|
||||||
|
type: headless
|
||||||
annotations:
|
annotations:
|
||||||
{{- with .Values.service.annotations }}{{ toYaml . | nindent 4 }}{{ end }}
|
{{- with .Values.service.annotations }}{{ toYaml . | nindent 4 }}{{ end }}
|
||||||
spec:
|
spec:
|
||||||
|
|
Loading…
Add table
Reference in a new issue