update coder service port

This commit is contained in:
2024-07-20 03:40:35 +10:00
parent 170b4df6c5
commit 36590235bb

View File

@@ -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