blob: 907d4af1b95478f5331d43acf2cda63f74587c24 [file] [log] [blame]
giolekva716efb92022-05-07 23:08:58 +04001apiVersion: v1
2kind: Service
3metadata:
4 name: soft-serve
5 namespace: {{ .Release.Namespace }}
6spec:
7 type: LoadBalancer
8 selector:
9 app: soft-serve
10 ports:
11 - name: ssh
12 port: {{ .Values.port }}
13 protocol: TCP