diff --git a/charts/testkube-cloud-api/templates/ingress-ws.yaml b/charts/testkube-cloud-api/templates/ingress-ws.yaml index 7366e4d35..dd29fb2df 100644 --- a/charts/testkube-cloud-api/templates/ingress-ws.yaml +++ b/charts/testkube-cloud-api/templates/ingress-ws.yaml @@ -24,6 +24,8 @@ metadata: nginx.ingress.kubernetes.io/proxy-read-timeout: "3600" nginx.ingress.kubernetes.io/proxy-send-timeout: "3600" nginx.ingress.kubernetes.io/proxy-body-size: 8m + nginx.ingress.kubernetes.io/backend-protocol: HTTPS + nginx.org/websocket-services: {{ include "testkube-cloud-api.fullname" . }} {{- if and (not .Values.api.tls.serveHTTPS) (eq .Values.global.certificateProvider "cert-manager") }} cert-manager.io/cluster-issuer: {{ required ".Values.global.certManager.issuerRef must be provided if provider is cert-manager" .Values.global.certManager.issuerRef }} {{- end }} diff --git a/charts/testkube-cloud-api/values.yaml b/charts/testkube-cloud-api/values.yaml index d0ff0c447..ae95e1772 100644 --- a/charts/testkube-cloud-api/values.yaml +++ b/charts/testkube-cloud-api/values.yaml @@ -249,11 +249,7 @@ websocketsIngress: # -- Additional labels to add to the WebSocket Ingress resource labels: {} # -- Additional annotations to add to the WebSocket Ingress resource - annotations: - nginx.ingress.kubernetes.io/upgrade-proxy: "true" - nginx.ingress.kubernetes.io/backend-protocol: HTTPS - nginx.ingress.kubernetes.io/ssl-verify: "false" - nginx.org/websocket-services: testkube-cloud-api + annotations: {} # kubernetes.io/ingress.class: nginx # -- Hostname for which to create rules and TLS certificates host: ""