From be2032525aae382aa764d70db777dddeb5fc8f0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Garcia=20Sanchez?= Date: Thu, 5 Jan 2023 11:06:01 +0100 Subject: [PATCH] fix probe path (#236) Signed-off-by: Raul Garcia Sanchez Signed-off-by: Raul Garcia Sanchez --- charts/policy-reporter/charts/kyvernoPlugin/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/policy-reporter/charts/kyvernoPlugin/values.yaml b/charts/policy-reporter/charts/kyvernoPlugin/values.yaml index 66547caf..fa0bc904 100644 --- a/charts/policy-reporter/charts/kyvernoPlugin/values.yaml +++ b/charts/policy-reporter/charts/kyvernoPlugin/values.yaml @@ -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