Skip to content

Commit

Permalink
Updated probes for ispn 15. Fixes #123
Browse files Browse the repository at this point in the history
  • Loading branch information
rigazilla authored and ryanemerson committed May 29, 2024
1 parent c45455e commit e7ca73f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ spec:
livenessProbe:
failureThreshold: 5
httpGet:
path: rest/v2/cache-managers/default/health/status
path: rest/v2/container/health/status
port: 11222
scheme: {{ include "infinispan-helm-charts.defaultEndpointSchema" . }}
initialDelaySeconds: 10
Expand All @@ -102,7 +102,7 @@ spec:
readinessProbe:
failureThreshold: 5
httpGet:
path: rest/v2/cache-managers/default/health/status
path: rest/v2/container/health/status
port: 11222
scheme: {{ include "infinispan-helm-charts.defaultEndpointSchema" . }}
initialDelaySeconds: 10
Expand All @@ -112,7 +112,7 @@ spec:
startupProbe:
failureThreshold: 60
httpGet:
path: rest/v2/cache-managers/default/health/status
path: rest/v2/container/health/status
port: 11222
scheme: {{ include "infinispan-helm-charts.defaultEndpointSchema" . }}
initialDelaySeconds: 10
Expand Down

0 comments on commit e7ca73f

Please sign in to comment.