diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index 07f31f2..13cfad3 100644 --- a/k8s/deployment.yaml +++ b/k8s/deployment.yaml @@ -39,14 +39,12 @@ spec: memory: "256Mi" cpu: "500m" livenessProbe: - httpGet: - path: /mcp + tcpSocket: port: 5000 initialDelaySeconds: 10 periodSeconds: 30 readinessProbe: - httpGet: - path: /mcp + tcpSocket: port: 5000 initialDelaySeconds: 5 periodSeconds: 10