Skip to content
Commits on Source (2)
......@@ -37,10 +37,16 @@ spec:
volumeClaimTemplate:
spec:
accessModes:
- ReadWriteOnce
- ReadWriteOnce
resources:
requests:
storage: 10Gi
prometheus-node-exporter:
prometheus:
monitor:
relabelings:
- sourceLabels: [__meta_kubernetes_pod_node_name]
targetLabel: instance
grafana:
server:
root_url: "${grafana_host}"
......@@ -55,4 +61,4 @@ spec:
tls:
- secretName: grafana-tls
hosts:
- "${grafana_host}"
- "${grafana_host}"
\ No newline at end of file