Skip to content

Commit

Permalink
removed nginx.org annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
emamihe committed Nov 10, 2023
1 parent 972e213 commit 7f11560
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion charts/testkube-cloud-api/templates/ingress-ws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 7f11560

Please sign in to comment.