mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-10 17:39: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:
|
||||
nameOverride: prometheus-operator
|
||||
fullnameOverride: prometheus-operator
|
||||
prometheus:
|
||||
enabled: true
|
||||
prometheusSpec:
|
||||
|
|
@ -19,6 +21,8 @@ prometheus-operator:
|
|||
requests:
|
||||
storage: 10Gi
|
||||
grafana:
|
||||
nameOverride: grafana
|
||||
fullnameOverride: grafana
|
||||
enabled: true
|
||||
# secret grafana should be created manually
|
||||
# it should contain:
|
||||
|
|
|
|||
Loading…
Reference in a new issue