Merge pull request #578 from 3dwardch3ng/app/coder
update coder service port
This commit is contained in:
3
apps/coder/env/k3s-cluster/values.yaml
vendored
3
apps/coder/env/k3s-cluster/values.yaml
vendored
@@ -17,6 +17,9 @@ coder:
|
|||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: coder-data
|
- name: coder-data
|
||||||
mountPath: /config
|
mountPath: /config
|
||||||
|
service:
|
||||||
|
type: NodePort
|
||||||
|
httpNodePort: 31180
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
className: nginx
|
className: nginx
|
||||||
|
|||||||
Reference in New Issue
Block a user