diff --git a/k8s/apps/gotify/ingress.yaml b/k8s/apps/gotify/ingress.yaml index fde01cf..d140765 100644 --- a/k8s/apps/gotify/ingress.yaml +++ b/k8s/apps/gotify/ingress.yaml @@ -6,11 +6,9 @@ metadata: annotations: nginx.ingress.kubernetes.io/proxy-read-timeout: "600" nginx.ingress.kubernetes.io/proxy-send-timeout: "600" - # WebSocket support for Gotify client connections + # WebSocket support for Gotify client connections (/stream endpoint) + # nginx-ingress handles Upgrade/Connection headers natively with http/1.1 nginx.ingress.kubernetes.io/proxy-http-version: "1.1" - nginx.ingress.kubernetes.io/configuration-snippet: | - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Connection "upgrade"; spec: ingressClassName: nginx rules: