minio default

This commit is contained in:
Fabian Kästner 2021-10-18 13:02:28 +02:00 committed by Martin McKeaveney
parent 949d925f13
commit 78fc19d92e
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ spec:
{{ if .Values.services.objectStore.url }}
value: {{ .Values.services.objectStore.url }}
{{ else }}
value: minio-service:{{ .Values.services.objectStore.port }}
value: http://minio-service:{{ .Values.services.objectStore.port }}
{{ end }}
- name: PORT
value: {{ .Values.services.apps.port | quote }}

View File

@ -73,7 +73,7 @@ spec:
{{ if .Values.services.objectStore.url }}
value: {{ .Values.services.objectStore.url }}
{{ else }}
value: minio-service:{{ .Values.services.objectStore.port }}
value: http://minio-service:{{ .Values.services.objectStore.port }}
{{ end }}
- name: PORT
value: {{ .Values.services.worker.port | quote }}