1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-09 01:16:55 +00:00
kyverno/scripts/config/dev/kyverno.yaml
Charles-Edouard Brétéché c275740279
fix: add missing service monitor for background controller (#6600)
* 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>
2023-03-16 12:03:52 +00:00

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