mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-05 07:26:55 +00:00
fix: dev lab (#6058)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> Co-authored-by: shuting <shuting@nirmata.com>
This commit is contained in:
parent
17805be0d7
commit
df6026732a
2 changed files with 13 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
kubeEtcd:
|
||||
service:
|
||||
enabled: true
|
||||
targetPort: 2381
|
||||
targetPort: 2382
|
||||
|
||||
defaultRules:
|
||||
create: true
|
||||
|
|
|
@ -34,3 +34,15 @@ cleanupController:
|
|||
|
||||
logging:
|
||||
format: json
|
||||
|
||||
reportsController:
|
||||
serviceMonitor:
|
||||
enabled: true
|
||||
|
||||
tracing:
|
||||
enabled: true
|
||||
address: tempo.monitoring
|
||||
port: 4317
|
||||
|
||||
logging:
|
||||
format: json
|
||||
|
|
Loading…
Add table
Reference in a new issue