blob: cbc0cb646cef4946dac533e87b6bdd58ccf51be6 [file] [log] [blame]
Giorgi Lekveishvili807a5312024-08-26 09:33:41 +04001apiVersion: v1
2kind: Service
3metadata:
4 name: {{ .Values.name }}-code-server
5spec:
6 type: ClusterIP
7 selector:
8 app: {{ .Values.name }}
9 ports:
10 - name: http
11 port: 80
12 targetPort: 8080 # TODO(gio): add to values.yaml
13 protocol: TCP