update prometheus port config

This commit is contained in:
2024-06-27 12:45:45 +10:00
parent 529a73d932
commit d8fe8796c2
2 changed files with 3 additions and 52 deletions

View File

@@ -9,12 +9,14 @@ metadata:
spec:
selector:
app: prometheus
type: ClusterIP
type: NodePort
ports:
- port: 9999
targetPort: 9090
nodePort: 30999
protocol: TCP
name: http
- name: grafana-port
port: 3030
nodePort: 30303
targetPort: 3000