Merge pull request #351 from 3dwardch3ng/infra/prometheus
add grafana pod to prometheus service
This commit is contained in:
@@ -41,6 +41,14 @@ spec:
|
||||
mountPath: /etc/prometheus/
|
||||
- name: prometheus-storage-volume
|
||||
mountPath: /prometheus/
|
||||
- name: grafana
|
||||
image: grafana/grafana:11.0.1
|
||||
ports:
|
||||
- containerPort: 3000
|
||||
volumeMounts:
|
||||
- name: prometheus-storage-volume
|
||||
mountPath: /var/lib/grafana
|
||||
subPath: grafana
|
||||
volumes:
|
||||
- name: prometheus-config-volume
|
||||
hostPath:
|
||||
|
||||
Reference in New Issue
Block a user