From d9c33ee45549e8b00ea6e02f974a573317461bbb Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 2 May 2021 20:58:36 -0700 Subject: [PATCH] fix s3 ingress --- controllers/controller_filer_ingress.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/controller_filer_ingress.go b/controllers/controller_filer_ingress.go index f574334..2b80fe8 100644 --- a/controllers/controller_filer_ingress.go +++ b/controllers/controller_filer_ingress.go @@ -47,7 +47,7 @@ func (r *SeaweedReconciler) createAllIngress(m *seaweedv1.Seaweed) *extensionsv1 { Path: "/", Backend: extensionsv1beta1.IngressBackend{ - ServiceName: m.Name + "-s3", + ServiceName: m.Name + "-filer", ServicePort: intstr.FromInt(seaweedv1.FilerS3Port), }, },