blob: b79b38505bbb99a5d681cdecdd2cceb1c27a28da [file] [log] [blame]
Giorgi Lekveishvilicd995fd2024-09-02 19:39:38 +04001apiVersion: v1
2kind: Service
3metadata:
4 name: {{ .Values.name }}
5spec:
6 type: ClusterIP
7 selector:
8 app: {{ .Values.name }}
9 ports:
10 {{- toYaml .Values.servicePorts | nindent 4 }}