blob: 1871f442189ce1fd661bf76192d459fab78f9c27 [file] [log] [blame]
gioe72b54f2024-04-22 10:44:41 +04001apiVersion: v1
2kind: Service
3metadata:
4 name: {{ .Values.name }}
5 namespace: {{ .Release.Namespace }}
6 {{- if or .Values.annotations }}
7 annotations:
8 {{- toYaml .Values.annotations | nindent 4 }}
9 {{- end }}
10spec:
11 type: {{ .Values.type }}
12 selector:
13 {{- toYaml .Values.selector | nindent 4 }}
14 ports:
15 {{- toYaml .Values.ports | nindent 4 }}