mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-09-29 18:05:02 +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 | nindent 4 }}
|
||||
{{- with .Values.service.labels }}{{ toYaml . | nindent 4 }}{{ end }}
|
||||
type: standard
|
||||
annotations:
|
||||
{{- with .Values.service.annotations }}{{ toYaml . | nindent 4 }}{{ end }}
|
||||
spec:
|
||||
|
@ -33,6 +34,7 @@ metadata:
|
|||
labels:
|
||||
{{- $labels | nindent 4 }}
|
||||
{{- with .Values.service.labels }}{{ toYaml . | nindent 4 }}{{ end }}
|
||||
type: headless
|
||||
annotations:
|
||||
{{- with .Values.service.annotations }}{{ toYaml . | nindent 4 }}{{ end }}
|
||||
spec:
|
||||
|
|
Loading…
Add table
Reference in a new issue