Skip to content

Commit

Permalink
Making websocket dynamic based on name
Browse files Browse the repository at this point in the history
  • Loading branch information
cbunge committed Apr 19, 2023
1 parent 960d829 commit d319034
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Charts/morpheus-worker/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: morpheus-worker
description: Deploy Morpheus VDI and Distributed Workers (https://www.morpheusdata.com)
version: 1.4.0
version: 1.4.1
appVersion: 5.4.3
kubeVersion: ">=1.16.0-0"
icon: https://morpheusdata.com/wp-content/uploads/2020/04/morpheus-logo-v2.svg
Expand All @@ -11,4 +11,5 @@ keywords:
- gateway
- cmp
- vdi
- distributed
- distributed
- console
1 change: 1 addition & 0 deletions Charts/morpheus-worker/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ metadata:
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
nginx.org/websocket-services: {{ include "morpheus-worker.name" . }}
spec:
{{- if .Values.ingress.tls }}
tls:
Expand Down
1 change: 0 additions & 1 deletion Charts/morpheus-worker/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ ingress:
nginx.ingress.kubernetes.io/x-forwarded-proto: "https"
nginx.ingress.kubernetes.io/affinity: "cookie"
nginx.ingress.kubernetes.io/affinity-mode: "persistent"
nginx.org/websocket-services: "morpheus-worker"
hosts:
- host: chart-example.local
path: /
Expand Down

0 comments on commit d319034

Please sign in to comment.