mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-09 01:16:55 +00:00
* fix: add missing service monitor for background controller Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> * fix Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> --------- Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
54 lines
833 B
YAML
54 lines
833 B
YAML
grafana:
|
|
enabled: true
|
|
|
|
admissionController:
|
|
serviceMonitor:
|
|
enabled: true
|
|
|
|
initContainer:
|
|
extraArgs:
|
|
- --loggingFormat=json
|
|
|
|
container:
|
|
extraArgs:
|
|
- --loggingFormat=json
|
|
- --enableTracing
|
|
- --tracingAddress=tempo.monitoring
|
|
- --tracingPort=4317
|
|
- --enablePolicyException
|
|
|
|
backgroundController:
|
|
serviceMonitor:
|
|
enabled: true
|
|
|
|
cleanupController:
|
|
rbac:
|
|
clusterRole:
|
|
extraResources:
|
|
- apiGroups:
|
|
- ''
|
|
resources:
|
|
- pods
|
|
|
|
serviceMonitor:
|
|
enabled: true
|
|
|
|
tracing:
|
|
enabled: true
|
|
address: tempo.monitoring
|
|
port: 4317
|
|
|
|
logging:
|
|
format: json
|
|
|
|
reportsController:
|
|
serviceMonitor:
|
|
enabled: true
|
|
|
|
tracing:
|
|
enabled: true
|
|
address: tempo.monitoring
|
|
port: 4317
|
|
|
|
logging:
|
|
format: json
|