mirror of
https://github.com/kyverno/policy-reporter.git
synced 2024-12-15 17:50:58 +00:00
fix probe path (#236)
Signed-off-by: Raul Garcia Sanchez <info@raulgarcia.de> Signed-off-by: Raul Garcia Sanchez <info@raulgarcia.de>
This commit is contained in:
parent
d9704c96f5
commit
be2032525a
1 changed files with 2 additions and 2 deletions
|
@ -90,13 +90,13 @@ affinity: {}
|
|||
# livenessProbe for policy-reporter-kyverno-plugin
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /ready
|
||||
path: /healthz
|
||||
port: rest
|
||||
|
||||
# readinessProbe for policy-reporter-kyverno-plugin
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /healthz
|
||||
path: /ready
|
||||
port: rest
|
||||
|
||||
# REST API
|
||||
|
|
Loading…
Reference in a new issue