Skip to content

Commit

Permalink
Update deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
barrfalk committed Jul 11, 2024
1 parent 3d2c06b commit 8543e98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/app/templates/backend/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ spec:
protocol: TCP
readinessProbe:
httpGet:
path: /api/health
path: /api
port: http
scheme: HTTP
initialDelaySeconds: 5
Expand All @@ -81,7 +81,7 @@ spec:
successThreshold: 1
failureThreshold: 3
httpGet:
path: /api/health
path: /api
port: 3000
scheme: HTTP
initialDelaySeconds: 15
Expand Down

0 comments on commit 8543e98

Please sign in to comment.