Skip to content

Commit

Permalink
added websocket config to ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
emamihe committed Nov 10, 2023
1 parent f8c073e commit 0853f7c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions charts/testkube-cloud-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ replicaCount: 1
image:
repository: kubeshop/testkube-cloud-api
pullPolicy: IfNotPresent
tag: "1.6.3"
tag: "1.6.4"
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
Expand Down Expand Up @@ -249,7 +249,11 @@ websocketsIngress:
# -- Additional labels to add to the WebSocket Ingress resource
labels: {}
# -- Additional annotations to add to the WebSocket Ingress resource
annotations: {}
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
# kubernetes.io/ingress.class: nginx
# -- Hostname for which to create rules and TLS certificates
host: ""
Expand Down
4 changes: 2 additions & 2 deletions charts/testkube-enterprise/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ testkube-cloud-api:
fullnameOverride: testkube-enterprise-api
image:
repository: testkubeenterprise/testkube-enterprise-api
tag: 1.6.3
tag: 1.6.4
ai:
secretRef: ""
api:
Expand Down Expand Up @@ -73,7 +73,7 @@ testkube-cloud-api:
image:
# -- Migrations image repository
repository: testkubeenterprise/testkube-enterprise-api-migrations
# -- clean up finished jobs
# -- clean up finished jobs
ttlSecondsAfterFinished: 180s
mongo:
# -- Mongo DSN connection string
Expand Down

0 comments on commit 0853f7c

Please sign in to comment.