Skip to content

Commit

Permalink
fix health checks
Browse files Browse the repository at this point in the history
Signed-off-by: R-Lawton <[email protected]>
  • Loading branch information
R-Lawton committed Dec 6, 2024
1 parent 627f02c commit f3612e6
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ metadata:
spec:
healthCheck:
failureThreshold: 3
interval: 5m
interval: 1m
path: /health
loadBalancing:
defaultGeo: true
Expand Down Expand Up @@ -373,7 +373,10 @@ spec:
group: gateway.networking.k8s.io
kind: HTTPRoute
name: toystore
rules:
defaults:
when:
- predicate: "request.path != '/health'"
rules:
authentication:
"api-key-users":
apiKey:
Expand Down

0 comments on commit f3612e6

Please sign in to comment.