Commit 47364808 authored by maany's avatar maany
Browse files

add annotations for webui service

parent d79d8686
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
{{- if gt .Values.replicaCount 0.0 -}}
apiVersion: v1
kind: Service
metadata:
@@ -7,6 +8,10 @@ metadata:
    chart: {{ template "rucio.chart" . }}
    release: {{ .Release.Name }}
    heritage: {{ .Release.Service }}
{{- with .Values.service.annotations }}
  annotations:
{{ toYaml . | indent 4 }}
{{- end }}
spec:
  type: {{ $.Values.service.type }}
  ports:
@@ -17,3 +22,4 @@ spec:
  selector:
    app: {{ template "rucio.name" . }}
    release: {{ .Release.Name }}
{{- end }}
 No newline at end of file