فهرست منبع

fix(helm): Default to /mqtt on ingress as Rory-Z suggestion

Altair-Bueno 1 سال پیش
والد
کامیت
f2f8c2ae92
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      deploy/charts/emqx-enterprise/templates/ingress.yaml
  2. 1 1
      deploy/charts/emqx/templates/ingress.yaml

+ 1 - 1
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 }}

+ 1 - 1
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 }}