Skip to content

Commit

Permalink
chore: extra startup time for gateway and checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
ReuDa committed May 13, 2024
1 parent 05d2192 commit c5a9b69
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ spec:
httpGet:
path: /actuator/health/liveness
port: 8080
initialDelaySeconds: 40
initialDelaySeconds: 60
readinessProbe:
httpGet:
path: /actuator/health/readiness
port: 8080
initialDelaySeconds: 40
initialDelaySeconds: 60
volumeMounts:
- name: work-dir
mountPath: /work
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ spec:
httpGet:
path: /actuator/health/liveness
port: 8085
initialDelaySeconds: 40
initialDelaySeconds: 60
readinessProbe:
httpGet:
path: /actuator/health/readiness
port: 8085
initialDelaySeconds: 40
initialDelaySeconds: 60
affinity:
podAntiAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ manifest should match snapshot:
httpGet:
path: /actuator/health/liveness
port: 8080
initialDelaySeconds: 40
initialDelaySeconds: 60
name: gateway
ports:
- containerPort: 8080
Expand All @@ -69,7 +69,7 @@ manifest should match snapshot:
httpGet:
path: /actuator/health/readiness
port: 8080
initialDelaySeconds: 40
initialDelaySeconds: 60
resources:
limits:
cpu: 1000m
Expand Down Expand Up @@ -176,7 +176,7 @@ manifest should match snapshot replica count:
httpGet:
path: /actuator/health/liveness
port: 8080
initialDelaySeconds: 40
initialDelaySeconds: 60
name: gateway
ports:
- containerPort: 8080
Expand All @@ -185,7 +185,7 @@ manifest should match snapshot replica count:
httpGet:
path: /actuator/health/readiness
port: 8080
initialDelaySeconds: 40
initialDelaySeconds: 60
resources:
limits:
cpu: 1000m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ manifest should match snapshot:
httpGet:
path: /actuator/health/liveness
port: 8085
initialDelaySeconds: 40
initialDelaySeconds: 60
name: checkout
ports:
- containerPort: 8085
Expand All @@ -67,7 +67,7 @@ manifest should match snapshot:
httpGet:
path: /actuator/health/readiness
port: 8085
initialDelaySeconds: 40
initialDelaySeconds: 60
resources:
limits:
cpu: 1000m
Expand Down Expand Up @@ -156,7 +156,7 @@ manifest should match snapshot replica count:
httpGet:
path: /actuator/health/liveness
port: 8085
initialDelaySeconds: 40
initialDelaySeconds: 60
name: checkout
ports:
- containerPort: 8085
Expand All @@ -165,7 +165,7 @@ manifest should match snapshot replica count:
httpGet:
path: /actuator/health/readiness
port: 8085
initialDelaySeconds: 40
initialDelaySeconds: 60
resources:
limits:
cpu: 1000m
Expand Down Expand Up @@ -254,7 +254,7 @@ manifest should match snapshot with horizontalPodAutoscaler and podDisruptionBud
httpGet:
path: /actuator/health/liveness
port: 8085
initialDelaySeconds: 40
initialDelaySeconds: 60
name: checkout
ports:
- containerPort: 8085
Expand All @@ -263,7 +263,7 @@ manifest should match snapshot with horizontalPodAutoscaler and podDisruptionBud
httpGet:
path: /actuator/health/readiness
port: 8085
initialDelaySeconds: 40
initialDelaySeconds: 60
resources:
limits:
cpu: 1000m
Expand Down

0 comments on commit c5a9b69

Please sign in to comment.