1
0
Fork 0
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:
Raúl Garcia Sanchez 2023-01-05 11:06:01 +01:00 committed by GitHub
parent d9704c96f5
commit be2032525a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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