Files
ai/deploy/k8s/prod/patch-gateway-ingress.yaml
2026-04-01 18:34:08 -04:00

11 lines
394 B
YAML

# Production gateway ingress: WebSocket timeout annotations
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: gateway-ingress
annotations:
nginx.ingress.kubernetes.io/websocket-services: gateway
nginx.ingress.kubernetes.io/proxy-read-timeout: "3600"
nginx.ingress.kubernetes.io/proxy-send-timeout: "3600"
nginx.ingress.kubernetes.io/proxy-connect-timeout: "60"