blob: cbc0cb646cef4946dac533e87b6bdd58ccf51be6 [file] [log] [blame]
apiVersion: v1
kind: Service
metadata:
name: {{ .Values.name }}-code-server
spec:
type: ClusterIP
selector:
app: {{ .Values.name }}
ports:
- name: http
port: 80
targetPort: 8080 # TODO(gio): add to values.yaml
protocol: TCP