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
|
||||
@@ -9,14 +9,12 @@ metadata:
|
||||
spec:
|
||||
selector:
|
||||
app: prometheus
|
||||
type: NodePort
|
||||
type: LoadBalancer
|
||||
ports:
|
||||
- port: 9999
|
||||
targetPort: 9090
|
||||
nodePort: 30999
|
||||
protocol: TCP
|
||||
name: http
|
||||
- name: grafana-port
|
||||
port: 3030
|
||||
nodePort: 30303
|
||||
targetPort: 3000
|
||||
Reference in New Issue
Block a user