Skip to content

Commit

Permalink
Fix readiness probe path
Browse files Browse the repository at this point in the history
  • Loading branch information
FreedomBen committed Aug 28, 2024
1 parent 44d16db commit fe1e5cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k8s/prod/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
protocol: TCP
readinessProbe:
httpGet:
path: /health_check/readiness
path: /
port: 8080
initialDelaySeconds: 5
periodSeconds: 2
Expand Down
2 changes: 1 addition & 1 deletion k8s/staging/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
protocol: TCP
readinessProbe:
httpGet:
path: /health_check/readiness
path: /
port: 8080
initialDelaySeconds: 5
periodSeconds: 2
Expand Down

0 comments on commit fe1e5cf

Please sign in to comment.