From d77ca493bcc1bc2aa0017c9b1ec7edcc39aa9a46 Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Wed, 26 Jun 2024 22:30:28 +1000 Subject: [PATCH] add grafana pod to prometheus service --- kubernetes/infrastructure/prometheus/app/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/infrastructure/prometheus/app/deployment.yaml b/kubernetes/infrastructure/prometheus/app/deployment.yaml index f915fb6..e971d03 100644 --- a/kubernetes/infrastructure/prometheus/app/deployment.yaml +++ b/kubernetes/infrastructure/prometheus/app/deployment.yaml @@ -42,7 +42,7 @@ spec: - name: prometheus-storage-volume mountPath: /prometheus/ - name: grafana - image: grafana/grafana + image: grafana/grafana:11.0.1 ports: - containerPort: 3000 volumeMounts: