add grafana pod to prometheus service

This commit is contained in:
2024-06-26 22:30:28 +10:00
parent b9e041e09a
commit d77ca493bc

View File

@@ -42,7 +42,7 @@ spec:
- name: prometheus-storage-volume - name: prometheus-storage-volume
mountPath: /prometheus/ mountPath: /prometheus/
- name: grafana - name: grafana
image: grafana/grafana image: grafana/grafana:11.0.1
ports: ports:
- containerPort: 3000 - containerPort: 3000
volumeMounts: volumeMounts: