Skip to content

Commit 9bd50c7

Browse files
committed
fix: startup probe for order-service
1 parent 10dea38 commit 9bd50c7

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

aks-store-all-in-one.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,9 @@ spec:
166166
httpGet:
167167
path: /health
168168
port: 3000
169-
failureThreshold: 3
170-
initialDelaySeconds: 15
171-
periodSeconds: 5
169+
failureThreshold: 5
170+
initialDelaySeconds: 20
171+
periodSeconds: 10
172172
readinessProbe:
173173
httpGet:
174174
path: /health

aks-store-ingress-quickstart.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ spec:
116116
httpGet:
117117
path: /health
118118
port: 3000
119-
failureThreshold: 3
120-
initialDelaySeconds: 15
121-
periodSeconds: 5
119+
failureThreshold: 5
120+
initialDelaySeconds: 20
121+
periodSeconds: 10
122122
readinessProbe:
123123
httpGet:
124124
path: /health

aks-store-quickstart.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ spec:
116116
httpGet:
117117
path: /health
118118
port: 3000
119-
failureThreshold: 3
120-
initialDelaySeconds: 15
121-
periodSeconds: 5
119+
failureThreshold: 5
120+
initialDelaySeconds: 20
121+
periodSeconds: 10
122122
readinessProbe:
123123
httpGet:
124124
path: /health

charts/aks-store-demo/templates/order-service.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ spec:
7070
httpGet:
7171
path: /health
7272
port: 3000
73-
failureThreshold: 3
74-
initialDelaySeconds: 15
75-
periodSeconds: 5
73+
failureThreshold: 5
74+
initialDelaySeconds: 20
75+
periodSeconds: 10
7676
readinessProbe:
7777
httpGet:
7878
path: /health

kustomize/base/order-service.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ spec:
4343
httpGet:
4444
path: /health
4545
port: 3000
46-
failureThreshold: 3
47-
initialDelaySeconds: 15
48-
periodSeconds: 5
46+
failureThreshold: 5
47+
initialDelaySeconds: 20
48+
periodSeconds: 10
4949
readinessProbe:
5050
httpGet:
5151
path: /health

0 commit comments

Comments
 (0)