update services from NodePort to LoadBalancer
This commit is contained in:
@@ -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