fix(ingress): Retrait des snippets désactivés et utilisation annotations standards

This commit is contained in:
dahoud
2026-01-10 16:22:34 +00:00
parent 9cf41a3b7e
commit c0b1863467

View File

@@ -27,9 +27,7 @@ metadata:
# WebSocket support # WebSocket support
nginx.ingress.kubernetes.io/proxy-http-version: "1.1" nginx.ingress.kubernetes.io/proxy-http-version: "1.1"
nginx.ingress.kubernetes.io/configuration-snippet: | nginx.ingress.kubernetes.io/websocket-services: "mic-after-work-server-impl-quarkus-main-service"
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
# Security headers and CORS # Security headers and CORS
nginx.ingress.kubernetes.io/enable-cors: "true" nginx.ingress.kubernetes.io/enable-cors: "true"