diff --git a/apps/base/customer1/trading-platform/dashboard/service.yaml b/apps/base/customer1/trading-platform/dashboard/service.yaml index daedeab..bc4044d 100644 --- a/apps/base/customer1/trading-platform/dashboard/service.yaml +++ b/apps/base/customer1/trading-platform/dashboard/service.yaml @@ -5,7 +5,7 @@ metadata: namespace: customer1 annotations: tailscale.com/expose: "true" - tailscale.com/hostname: "trading-dashboard" + tailscale.com/hostname: "trade" tailscale.com/tags: "tag:k8s-operator" tailscale.com/ports: "http:3000" spec: diff --git a/apps/base/customer1/trading-platform/execute-service/deployment.yaml b/apps/base/customer1/trading-platform/execute-service/deployment.yaml index f27d143..5a8848b 100644 --- a/apps/base/customer1/trading-platform/execute-service/deployment.yaml +++ b/apps/base/customer1/trading-platform/execute-service/deployment.yaml @@ -70,15 +70,19 @@ spec: initialDelaySeconds: 15 periodSeconds: 10 failureThreshold: 30 + timeoutSeconds: 10 livenessProbe: httpGet: path: /health port: 8002 initialDelaySeconds: 30 periodSeconds: 30 + timeoutSeconds: 5 readinessProbe: httpGet: path: /health/ready port: 8002 initialDelaySeconds: 5 periodSeconds: 10 + timeoutSeconds: 10 + failureThreshold: 5