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

@@ -28,4 +28,24 @@ spec:
service:
name: prometheus
port:
number: 9999
number: 9999
- host: "grafana.cluster.edward.sydney"
http:
paths:
- pathType: Prefix
path: "/"
backend:
service:
name: prometheus
port:
number: 3030
- host: "grafana.cluster.local"
http:
paths:
- pathType: Prefix
path: "/"
backend:
service:
name: prometheus
port:
number: 3030