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

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