Browse Source
Fix service name in the worker deployment (seaweedfs#8314) (#8315)
Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com>
pull/8329/head
Lukas
7 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
k8s/charts/seaweedfs/templates/worker/worker-deployment.yaml
|
|
|
@ -134,7 +134,7 @@ spec: |
|
|
|
{{- if .Values.worker.adminServer }} |
|
|
|
-admin={{ .Values.worker.adminServer }} \ |
|
|
|
{{- else }} |
|
|
|
-admin={{ include "seaweedfs.componentName" (list . "admin") }}.{{ .Release.Namespace }}:{{ .Values.admin.port }}{{ if .Values.admin.grpcPort }}.{{ .Values.admin.grpcPort }}{{ end }} \ |
|
|
|
-admin={{ template "seaweedfs.fullname" . }}-admin.{{ .Release.Namespace }}:{{ .Values.admin.port }}{{ if .Values.admin.grpcPort }}.{{ .Values.admin.grpcPort }}{{ end }} \ |
|
|
|
{{- end }} |
|
|
|
-capabilities={{ .Values.worker.capabilities }} \ |
|
|
|
-maxConcurrent={{ .Values.worker.maxConcurrent }} \ |
|
|
|
|