diff --git a/deploy/charts/emqx-enterprise/templates/ingress.yaml b/deploy/charts/emqx-enterprise/templates/ingress.yaml index 25c2b8605..58df81b0e 100644 --- a/deploy/charts/emqx-enterprise/templates/ingress.yaml +++ b/deploy/charts/emqx-enterprise/templates/ingress.yaml @@ -127,7 +127,7 @@ spec: - host: {{ $host }} http: paths: - - path: {{ $.Values.ingress.ws.path | default "/" }} + - path: {{ $.Values.ingress.ws.path | default "/mqtt" }} {{- if (semverCompare ">=1.18-0" $.Capabilities.KubeVersion.GitVersion) }} pathType: {{ $.Values.ingress.ws.pathType | default "ImplementationSpecific" }} {{- end }} diff --git a/deploy/charts/emqx/templates/ingress.yaml b/deploy/charts/emqx/templates/ingress.yaml index 25c2b8605..58df81b0e 100644 --- a/deploy/charts/emqx/templates/ingress.yaml +++ b/deploy/charts/emqx/templates/ingress.yaml @@ -127,7 +127,7 @@ spec: - host: {{ $host }} http: paths: - - path: {{ $.Values.ingress.ws.path | default "/" }} + - path: {{ $.Values.ingress.ws.path | default "/mqtt" }} {{- if (semverCompare ">=1.18-0" $.Capabilities.KubeVersion.GitVersion) }} pathType: {{ $.Values.ingress.ws.pathType | default "ImplementationSpecific" }} {{- end }}