Skip to content

Commit

Permalink
added some refinements
Browse files Browse the repository at this point in the history
  • Loading branch information
emamihe committed Nov 10, 2023
1 parent 0853f7c commit a25fda7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 2 additions & 0 deletions charts/testkube-cloud-api/templates/ingress-ws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
6 changes: 1 addition & 5 deletions charts/testkube-cloud-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down

0 comments on commit a25fda7

Please sign in to comment.