Skip to content

Commit

Permalink
chore: adjust readiness and liveness paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreiffers committed Apr 30, 2024
1 parent 7d62dc7 commit 243a450
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/base/forms-frontend/forms-frontend-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
livenessProbe:
failureThreshold: 3
httpGet:
path: /api/ping
path: /forms/api/ping
port: 8080
scheme: HTTP
periodSeconds: 30
Expand All @@ -38,7 +38,7 @@ spec:
readinessProbe:
failureThreshold: 3
httpGet:
path: /api/ready
path: /forms/api/ready
port: 8080
scheme: HTTP
periodSeconds: 30
Expand Down

0 comments on commit 243a450

Please sign in to comment.