add grafana pod to prometheus service

This commit is contained in:
2024-06-26 22:27:29 +10:00
parent 6278918f62
commit b9e041e09a
3 changed files with 33 additions and 2 deletions

View File

@@ -14,4 +14,7 @@ spec:
- port: 9999
targetPort: 9090
protocol: TCP
name: http
name: http
- name: grafana-port
port: 3030
targetPort: 3000