[helm] fix log to stderr and default host for ingress (#4787)

This commit is contained in:
Dmitriy Pavlov
2023-08-27 23:53:28 +03:00
committed by GitHub
parent 796b7508f3
commit 3d45ecd326
3 changed files with 12 additions and 4 deletions

View File

@@ -107,8 +107,10 @@ spec:
{{- end }}
-filer={{ template "seaweedfs.name" . }}-filer-client.{{ .Release.Namespace }}:{{ .Values.filer.port }}
volumeMounts:
{{- if eq .Values.s3.logs.type "hostPath" }}
- name: logs
mountPath: "/logs/"
{{- end }}
- mountPath: /etc/sw
name: config-users
readOnly: true