From 7f11560bfaa97305d91ea299a49d62d1bf5ca1e5 Mon Sep 17 00:00:00 2001 From: Hamid Emamian Date: Fri, 10 Nov 2023 20:31:48 +0300 Subject: [PATCH] removed nginx.org annotation --- charts/testkube-cloud-api/templates/ingress-ws.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/charts/testkube-cloud-api/templates/ingress-ws.yaml b/charts/testkube-cloud-api/templates/ingress-ws.yaml index dd29fb2df..dbfce920b 100644 --- a/charts/testkube-cloud-api/templates/ingress-ws.yaml +++ b/charts/testkube-cloud-api/templates/ingress-ws.yaml @@ -25,7 +25,6 @@ metadata: 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 }}