Add service annotations

Signed-off-by: Naseem <naseemkullah@gmail.com>
pull/6053/head
Naseem 6 years ago
parent d953c6875c
commit e3c54b4e8b

@ -88,6 +88,7 @@ securityContext: {}
# runAsUser: 1000 # runAsUser: 1000
service: service:
annotations: {}
type: ClusterIP type: ClusterIP
port: 80 port: 80
@ -252,6 +253,8 @@ metadata:
name: {{ include "<CHARTNAME>.fullname" . }} name: {{ include "<CHARTNAME>.fullname" . }}
labels: labels:
{{ include "<CHARTNAME>.labels" . | indent 4 }} {{ include "<CHARTNAME>.labels" . | indent 4 }}
annotations:
{{- toYaml .Values.service.annotations | nindent 4 }}
spec: spec:
type: {{ .Values.service.type }} type: {{ .Values.service.type }}
ports: ports:

Loading…
Cancel
Save