update services from NodePort to LoadBalancer
This commit is contained in:
4
apps/coder/env/k3s-cluster/values.yaml
vendored
4
apps/coder/env/k3s-cluster/values.yaml
vendored
@@ -18,5 +18,5 @@ coder:
|
||||
- name: coder-data
|
||||
mountPath: /config
|
||||
service:
|
||||
type: NodePort
|
||||
httpNodePort: 31180
|
||||
type: LoadBalancer
|
||||
httpNodePort: 8180
|
||||
@@ -10,8 +10,7 @@ metadata:
|
||||
spec:
|
||||
selector:
|
||||
app: nexus
|
||||
type: NodePort
|
||||
type: LoadBalancer
|
||||
ports:
|
||||
- port: 8081
|
||||
targetPort: 8081
|
||||
nodePort: 32000
|
||||
targetPort: 8081
|
||||
Reference in New Issue
Block a user