From d7937f973812c7ae88c4a2a164ca71bc55802dc8 Mon Sep 17 00:00:00 2001 From: gfhe <90042648+gfhe@users.noreply.github.com> Date: Wed, 23 Aug 2023 11:11:11 +0800 Subject: [PATCH] fix bugs: seaweedfs master ingress host configuration do not work (#4781) fix bugs: seaweedfs hem charts ignore the master ingress configuration --- k8s/charts/seaweedfs/templates/ingress.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/k8s/charts/seaweedfs/templates/ingress.yaml b/k8s/charts/seaweedfs/templates/ingress.yaml index d14adf1f3..ab46253fd 100644 --- a/k8s/charts/seaweedfs/templates/ingress.yaml +++ b/k8s/charts/seaweedfs/templates/ingress.yaml @@ -52,7 +52,8 @@ metadata: spec: ingressClassName: {{ .Values.master.ingress.className | quote }} rules: - - http: + - host: {{ .Values.master.ingress.host }} + http: paths: - path: /sw-master/?(.*) pathType: ImplementationSpecific