Browse Source

Update k8s/charts/seaweedfs/templates/admin/admin-ingress.yaml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
add-admin-and-worker-to-helm-charts
Chris Lu 1 month ago
committed by GitHub
parent
commit
c5264bf933
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      k8s/charts/seaweedfs/templates/admin/admin-ingress.yaml

1
k8s/charts/seaweedfs/templates/admin/admin-ingress.yaml

@ -38,7 +38,6 @@ spec:
name: {{ template "seaweedfs.name" . }}-admin name: {{ template "seaweedfs.name" . }}-admin
port: port:
number: {{ .Values.admin.port }} number: {{ .Values.admin.port }}
#name:
{{- else }} {{- else }}
serviceName: {{ template "seaweedfs.name" . }}-admin serviceName: {{ template "seaweedfs.name" . }}-admin
servicePort: {{ .Values.admin.port }} servicePort: {{ .Values.admin.port }}

Loading…
Cancel
Save