aboutsummaryrefslogtreecommitdiff
path: root/k8s
diff options
context:
space:
mode:
Diffstat (limited to 'k8s')
-rw-r--r--k8s/charts/seaweedfs/templates/ingress.yaml3
1 files changed, 2 insertions, 1 deletions
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