fix(helm): Default to /mqtt on ingress as Rory-Z suggestion
This commit is contained in:
parent
20be0df62d
commit
f2f8c2ae92
|
@ -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 }}
|
||||
|
|
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue