Skip to content

Commit

Permalink
fix probe path (#236)
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Garcia Sanchez <info@raulgarcia.de>

Signed-off-by: Raul Garcia Sanchez <info@raulgarcia.de>
  • Loading branch information
rgarcia89 authored Jan 5, 2023
1 parent d9704c9 commit be20325
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/policy-reporter/charts/kyvernoPlugin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be20325

Please sign in to comment.