Skip to content

Commit

Permalink
fix health check in deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlyJazz committed Nov 20, 2023
1 parent e5d388b commit 1144e84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions auth-microservice/k8s/auth-microservice-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ spec:
livenessProbe:
initialDelaySeconds: 60
httpGet:
path: /api/health
path: /api/health/
scheme: HTTP
port: 8000
readinessProbe:
initialDelaySeconds: 60
httpGet:
path: /api/health
path: /api/health/
scheme: HTTP
port: 8000
ports:
Expand Down

0 comments on commit 1144e84

Please sign in to comment.