mirror of
https://github.com/coder/code-server.git
synced 2026-05-05 03:55:18 +02:00
feature: add ability to attach ports to code server (#6015)
This commit is contained in:
@@ -114,6 +114,11 @@ spec:
|
||||
- name: http
|
||||
containerPort: 8080
|
||||
protocol: TCP
|
||||
{{- range .Values.extraPorts }}
|
||||
- name: {{ .name }}
|
||||
containerPort: {{ .port }}
|
||||
protocol: {{ .protocol }}
|
||||
{{- end }}
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
|
||||
Reference in New Issue
Block a user