Browse Source

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

fix bugs: seaweedfs hem charts ignore the master ingress configuration
pull/4782/head
gfhe 1 year ago
committed by GitHub
parent
commit
d7937f9738
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      k8s/charts/seaweedfs/templates/ingress.yaml

3
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

Loading…
Cancel
Save