diff --git a/charts/steadybit-shopping-demo/templates/2-gateway-deployment.yml b/charts/steadybit-shopping-demo/templates/2-gateway-deployment.yml index afbfc67..50ba785 100644 --- a/charts/steadybit-shopping-demo/templates/2-gateway-deployment.yml +++ b/charts/steadybit-shopping-demo/templates/2-gateway-deployment.yml @@ -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 diff --git a/charts/steadybit-shopping-demo/templates/8-checkout-deployment.yml b/charts/steadybit-shopping-demo/templates/8-checkout-deployment.yml index 98e67a8..2748c55 100644 --- a/charts/steadybit-shopping-demo/templates/8-checkout-deployment.yml +++ b/charts/steadybit-shopping-demo/templates/8-checkout-deployment.yml @@ -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: diff --git a/charts/steadybit-shopping-demo/tests/__snapshot__/2-gateway-deployment_test.yaml.snap b/charts/steadybit-shopping-demo/tests/__snapshot__/2-gateway-deployment_test.yaml.snap index f6b38b6..936f699 100644 --- a/charts/steadybit-shopping-demo/tests/__snapshot__/2-gateway-deployment_test.yaml.snap +++ b/charts/steadybit-shopping-demo/tests/__snapshot__/2-gateway-deployment_test.yaml.snap @@ -60,7 +60,7 @@ manifest should match snapshot: httpGet: path: /actuator/health/liveness port: 8080 - initialDelaySeconds: 40 + initialDelaySeconds: 60 name: gateway ports: - containerPort: 8080 @@ -69,7 +69,7 @@ manifest should match snapshot: httpGet: path: /actuator/health/readiness port: 8080 - initialDelaySeconds: 40 + initialDelaySeconds: 60 resources: limits: cpu: 1000m @@ -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 @@ -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 diff --git a/charts/steadybit-shopping-demo/tests/__snapshot__/8-checkout-deployment_test.yaml.snap b/charts/steadybit-shopping-demo/tests/__snapshot__/8-checkout-deployment_test.yaml.snap index a8b393e..f624328 100644 --- a/charts/steadybit-shopping-demo/tests/__snapshot__/8-checkout-deployment_test.yaml.snap +++ b/charts/steadybit-shopping-demo/tests/__snapshot__/8-checkout-deployment_test.yaml.snap @@ -58,7 +58,7 @@ manifest should match snapshot: httpGet: path: /actuator/health/liveness port: 8085 - initialDelaySeconds: 40 + initialDelaySeconds: 60 name: checkout ports: - containerPort: 8085 @@ -67,7 +67,7 @@ manifest should match snapshot: httpGet: path: /actuator/health/readiness port: 8085 - initialDelaySeconds: 40 + initialDelaySeconds: 60 resources: limits: cpu: 1000m @@ -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 @@ -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 @@ -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 @@ -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