mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-11 09:59:43 +00:00
monitoring: fix service names
This commit is contained in:
parent
54ad2cb408
commit
6c12aba508
1 changed files with 4 additions and 0 deletions
|
|
@ -1,4 +1,6 @@
|
||||||
prometheus-operator:
|
prometheus-operator:
|
||||||
|
nameOverride: prometheus-operator
|
||||||
|
fullnameOverride: prometheus-operator
|
||||||
prometheus:
|
prometheus:
|
||||||
enabled: true
|
enabled: true
|
||||||
prometheusSpec:
|
prometheusSpec:
|
||||||
|
|
@ -19,6 +21,8 @@ prometheus-operator:
|
||||||
requests:
|
requests:
|
||||||
storage: 10Gi
|
storage: 10Gi
|
||||||
grafana:
|
grafana:
|
||||||
|
nameOverride: grafana
|
||||||
|
fullnameOverride: grafana
|
||||||
enabled: true
|
enabled: true
|
||||||
# secret grafana should be created manually
|
# secret grafana should be created manually
|
||||||
# it should contain:
|
# it should contain:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue