From c5264bf93305ce34921df567751b04f7157c2119 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sat, 25 Oct 2025 20:12:50 -0700 Subject: [PATCH] Update k8s/charts/seaweedfs/templates/admin/admin-ingress.yaml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- k8s/charts/seaweedfs/templates/admin/admin-ingress.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/k8s/charts/seaweedfs/templates/admin/admin-ingress.yaml b/k8s/charts/seaweedfs/templates/admin/admin-ingress.yaml index b1972217d..45450e90d 100644 --- a/k8s/charts/seaweedfs/templates/admin/admin-ingress.yaml +++ b/k8s/charts/seaweedfs/templates/admin/admin-ingress.yaml @@ -38,7 +38,6 @@ spec: name: {{ template "seaweedfs.name" . }}-admin port: number: {{ .Values.admin.port }} - #name: {{- else }} serviceName: {{ template "seaweedfs.name" . }}-admin servicePort: {{ .Values.admin.port }}