Skip to content

Commit

Permalink
Fix for #154
Browse files Browse the repository at this point in the history
  • Loading branch information
bokysan committed Nov 1, 2023
1 parent cccbf7e commit dcf80cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helm/mail/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit dcf80cc

Please sign in to comment.