From 9bd50c78a0ed4359866f05336144c12f1189bd24 Mon Sep 17 00:00:00 2001 From: Paul Yu Date: Fri, 31 May 2024 15:43:39 -0700 Subject: [PATCH] fix: startup probe for order-service --- aks-store-all-in-one.yaml | 6 +++--- aks-store-ingress-quickstart.yaml | 6 +++--- aks-store-quickstart.yaml | 6 +++--- charts/aks-store-demo/templates/order-service.yaml | 6 +++--- kustomize/base/order-service.yaml | 6 +++--- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/aks-store-all-in-one.yaml b/aks-store-all-in-one.yaml index 627785bf..4987b1f4 100644 --- a/aks-store-all-in-one.yaml +++ b/aks-store-all-in-one.yaml @@ -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 diff --git a/aks-store-ingress-quickstart.yaml b/aks-store-ingress-quickstart.yaml index 2f5dfcd6..c4b816f6 100644 --- a/aks-store-ingress-quickstart.yaml +++ b/aks-store-ingress-quickstart.yaml @@ -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 diff --git a/aks-store-quickstart.yaml b/aks-store-quickstart.yaml index eeda0c9a..3d594012 100644 --- a/aks-store-quickstart.yaml +++ b/aks-store-quickstart.yaml @@ -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 diff --git a/charts/aks-store-demo/templates/order-service.yaml b/charts/aks-store-demo/templates/order-service.yaml index 766c3b47..5ed4ef49 100644 --- a/charts/aks-store-demo/templates/order-service.yaml +++ b/charts/aks-store-demo/templates/order-service.yaml @@ -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 diff --git a/kustomize/base/order-service.yaml b/kustomize/base/order-service.yaml index 5130e56e..dfc95761 100644 --- a/kustomize/base/order-service.yaml +++ b/kustomize/base/order-service.yaml @@ -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