diff --git a/apps/base/customer1/trading-platform/dashboard/deployment.yaml b/apps/base/customer1/trading-platform/dashboard/deployment.yaml index c2f3c1e..4a5b8b3 100644 --- a/apps/base/customer1/trading-platform/dashboard/deployment.yaml +++ b/apps/base/customer1/trading-platform/dashboard/deployment.yaml @@ -63,8 +63,8 @@ spec: path: /api/health port: 8000 initialDelaySeconds: 15 - periodSeconds: 5 - failureThreshold: 6 + periodSeconds: 10 + failureThreshold: 30 livenessProbe: httpGet: path: /api/health diff --git a/apps/base/customer1/trading-platform/data-service/deployment.yaml b/apps/base/customer1/trading-platform/data-service/deployment.yaml index be19da6..fa90442 100644 --- a/apps/base/customer1/trading-platform/data-service/deployment.yaml +++ b/apps/base/customer1/trading-platform/data-service/deployment.yaml @@ -65,8 +65,8 @@ spec: path: /health port: 8001 initialDelaySeconds: 15 - periodSeconds: 5 - failureThreshold: 6 + periodSeconds: 10 + failureThreshold: 30 livenessProbe: httpGet: path: /health