1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-07 00:17:13 +00:00
kyverno/scripts/config/dev/kyverno.yaml

55 lines
833 B
YAML
Raw Normal View History

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