aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2023-08-23 00:28:32 -0700
committerchrislu <chris.lu@gmail.com>2023-08-23 00:28:32 -0700
commiteac92c334a7b7222b5289cb04733ec87abf36075 (patch)
tree07b751a50acd7710741ea5fd95e3ed8ba38e4916
parent94b7e2a37cc825119121ec41c1da4577470e4040 (diff)
parentd7937f973812c7ae88c4a2a164ca71bc55802dc8 (diff)
downloadseaweedfs-eac92c334a7b7222b5289cb04733ec87abf36075.tar.xz
seaweedfs-eac92c334a7b7222b5289cb04733ec87abf36075.zip
Merge branch 'master' of https://github.com/seaweedfs/seaweedfs
-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