update services from NodePort to LoadBalancer

This commit is contained in:
2024-08-26 16:19:47 +10:00
parent 50b3a9d46d
commit 3c1b887fc8
3 changed files with 5 additions and 8 deletions

View File

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

View File

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

View File

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