Loading charts/rucio-ui/templates/service.yaml +6 −0 Original line number Diff line number Diff line {{- if gt .Values.replicaCount 0.0 -}} apiVersion: v1 kind: Service metadata: Loading @@ -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: Loading @@ -17,3 +22,4 @@ spec: selector: app: {{ template "rucio.name" . }} release: {{ .Release.Name }} {{- end }} No newline at end of file Loading
charts/rucio-ui/templates/service.yaml +6 −0 Original line number Diff line number Diff line {{- if gt .Values.replicaCount 0.0 -}} apiVersion: v1 kind: Service metadata: Loading @@ -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: Loading @@ -17,3 +22,4 @@ spec: selector: app: {{ template "rucio.name" . }} release: {{ .Release.Name }} {{- end }} No newline at end of file