Merge pull request #578 from 3dwardch3ng/app/coder

update coder service port
This commit is contained in:
2024-07-20 03:40:55 +10:00
committed by GitHub

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