blob: c1e3326591064ae08f67b6743265adbbc0d18564 [file] [log] [blame]
giolekva716efb92022-05-07 23:08:58 +04001apiVersion: v1
2kind: Service
3metadata:
4 name: soft-serve
5 namespace: {{ .Release.Namespace }}
Giorgi Lekveishvili725bb392023-05-05 18:24:27 +04006 annotations:
7 metallb.universe.tf/loadBalancerIPs: {{ .Values.reservedIP }}
giolekva716efb92022-05-07 23:08:58 +04008spec:
9 type: LoadBalancer
10 selector:
11 app: soft-serve
12 ports:
13 - name: ssh
14 port: {{ .Values.port }}
15 protocol: TCP