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
|
- name: coder-data
|
||||||
mountPath: /config
|
mountPath: /config
|
||||||
service:
|
service:
|
||||||
type: NodePort
|
type: LoadBalancer
|
||||||
httpNodePort: 31180
|
httpNodePort: 8180
|
||||||
@@ -10,8 +10,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
selector:
|
selector:
|
||||||
app: nexus
|
app: nexus
|
||||||
type: NodePort
|
type: LoadBalancer
|
||||||
ports:
|
ports:
|
||||||
- port: 8081
|
- port: 8081
|
||||||
targetPort: 8081
|
targetPort: 8081
|
||||||
nodePort: 32000
|
|
||||||
@@ -9,14 +9,12 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
selector:
|
selector:
|
||||||
app: prometheus
|
app: prometheus
|
||||||
type: NodePort
|
type: LoadBalancer
|
||||||
ports:
|
ports:
|
||||||
- port: 9999
|
- port: 9999
|
||||||
targetPort: 9090
|
targetPort: 9090
|
||||||
nodePort: 30999
|
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
name: http
|
name: http
|
||||||
- name: grafana-port
|
- name: grafana-port
|
||||||
port: 3030
|
port: 3030
|
||||||
nodePort: 30303
|
|
||||||
targetPort: 3000
|
targetPort: 3000
|
||||||
Reference in New Issue
Block a user