diff --git a/apps/base/customer1/trading-platform/data-service/deployment.yaml b/apps/base/customer1/trading-platform/data-service/deployment.yaml index fa90442..20d92bb 100644 --- a/apps/base/customer1/trading-platform/data-service/deployment.yaml +++ b/apps/base/customer1/trading-platform/data-service/deployment.yaml @@ -62,7 +62,7 @@ spec: key: password startupProbe: httpGet: - path: /health + path: /health/ready port: 8001 initialDelaySeconds: 15 periodSeconds: 10 @@ -75,7 +75,7 @@ spec: periodSeconds: 30 readinessProbe: httpGet: - path: /health + path: /health/ready port: 8001 initialDelaySeconds: 5 periodSeconds: 10