Browse Source
Update k8s/charts/seaweedfs/templates/admin/admin-ingress.yaml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Chris Lu
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
1 deletions
-
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 }} |
|
|
|
|