Skip to content

Commit

Permalink
fix: startup probe for order-service
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldotyu committed May 31, 2024
1 parent 10dea38 commit 9bd50c7
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions aks-store-all-in-one.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,9 @@ spec:
httpGet:
path: /health
port: 3000
failureThreshold: 3
initialDelaySeconds: 15
periodSeconds: 5
failureThreshold: 5
initialDelaySeconds: 20
periodSeconds: 10
readinessProbe:
httpGet:
path: /health
Expand Down
6 changes: 3 additions & 3 deletions aks-store-ingress-quickstart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ spec:
httpGet:
path: /health
port: 3000
failureThreshold: 3
initialDelaySeconds: 15
periodSeconds: 5
failureThreshold: 5
initialDelaySeconds: 20
periodSeconds: 10
readinessProbe:
httpGet:
path: /health
Expand Down
6 changes: 3 additions & 3 deletions aks-store-quickstart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ spec:
httpGet:
path: /health
port: 3000
failureThreshold: 3
initialDelaySeconds: 15
periodSeconds: 5
failureThreshold: 5
initialDelaySeconds: 20
periodSeconds: 10
readinessProbe:
httpGet:
path: /health
Expand Down
6 changes: 3 additions & 3 deletions charts/aks-store-demo/templates/order-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ spec:
httpGet:
path: /health
port: 3000
failureThreshold: 3
initialDelaySeconds: 15
periodSeconds: 5
failureThreshold: 5
initialDelaySeconds: 20
periodSeconds: 10
readinessProbe:
httpGet:
path: /health
Expand Down
6 changes: 3 additions & 3 deletions kustomize/base/order-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ spec:
httpGet:
path: /health
port: 3000
failureThreshold: 3
initialDelaySeconds: 15
periodSeconds: 5
failureThreshold: 5
initialDelaySeconds: 20
periodSeconds: 10
readinessProbe:
httpGet:
path: /health
Expand Down

0 comments on commit 9bd50c7

Please sign in to comment.