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