fix bugs: seaweedfs master ingress host configuration do not work (#4781)

fix bugs: seaweedfs hem charts ignore the master ingress configuration
This commit is contained in:
gfhe 2023-08-23 11:11:11 +08:00 committed by GitHub
parent a1149f060b
commit d7937f9738
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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