mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-10 17:39:43 +00:00
monitoring: remove selfmonitoring
This commit is contained in:
parent
6505df8df0
commit
ec866cdc07
1 changed files with 6 additions and 0 deletions
|
|
@ -1,8 +1,12 @@
|
|||
prometheus-operator:
|
||||
nameOverride: prometheus-operator
|
||||
fullnameOverride: prometheus-operator
|
||||
serviceMonitor:
|
||||
selfMonitor: false
|
||||
prometheus:
|
||||
enabled: true
|
||||
serviceMonitor:
|
||||
selfMonitor: false
|
||||
prometheusSpec:
|
||||
version: v2.14.0
|
||||
replicas: 1
|
||||
|
|
@ -25,6 +29,8 @@ prometheus-operator:
|
|||
fullnameOverride: grafana
|
||||
defaultDashboardsEnabled: false
|
||||
enabled: true
|
||||
serviceMonitor:
|
||||
selfMonitor: false
|
||||
# secret grafana should be created manually
|
||||
# it should contain:
|
||||
# admin-user
|
||||
|
|
|
|||
Loading…
Reference in a new issue