mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
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:
parent
a1149f060b
commit
d7937f9738
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue