diff --git a/apps/base/customer1/trading-platform/execute-service/deployment.yaml b/apps/base/customer1/trading-platform/execute-service/deployment.yaml index 232b73f..dffb614 100644 --- a/apps/base/customer1/trading-platform/execute-service/deployment.yaml +++ b/apps/base/customer1/trading-platform/execute-service/deployment.yaml @@ -78,7 +78,7 @@ spec: periodSeconds: 30 readinessProbe: httpGet: - path: /health + path: /health/ready port: 8002 initialDelaySeconds: 5 periodSeconds: 10 diff --git a/trading-platform/helm/trading-platform/templates/execute-service/deployment.yaml b/trading-platform/helm/trading-platform/templates/execute-service/deployment.yaml index fcb5d43..48680d0 100644 --- a/trading-platform/helm/trading-platform/templates/execute-service/deployment.yaml +++ b/trading-platform/helm/trading-platform/templates/execute-service/deployment.yaml @@ -79,7 +79,7 @@ spec: failureThreshold: 3 readinessProbe: httpGet: - path: /health + path: /health/ready port: http initialDelaySeconds: 10 periodSeconds: 5