This commit is contained in:
Bojan Čekrlić 2023-11-01 15:04:15 +01:00
parent cccbf7ea65
commit dcf80ccda3

View file

@ -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: