diff --git a/infra/k8s/services/ib-gateway.yaml b/infra/k8s/services/ib-gateway.yaml index 598e9d5fc..3c036df6a 100644 --- a/infra/k8s/services/ib-gateway.yaml +++ b/infra/k8s/services/ib-gateway.yaml @@ -8,6 +8,8 @@ metadata: app.kubernetes.io/part-of: foxhunt spec: replicas: 1 + strategy: + type: Recreate selector: matchLabels: app: ib-gateway @@ -77,12 +79,12 @@ spec: cpu: "1000m" readinessProbe: tcpSocket: - port: 4004 + port: 4002 initialDelaySeconds: 90 periodSeconds: 10 livenessProbe: tcpSocket: - port: 4004 + port: 4002 initialDelaySeconds: 120 periodSeconds: 30 failureThreshold: 5