Added log by default to local /var/log/jamulus.log
This commit is contained in:
@@ -29,6 +29,13 @@ spec:
|
||||
- "-u"
|
||||
- "{{ .Values.maxUsers }}"
|
||||
- "-T"
|
||||
resources:
|
||||
limits:
|
||||
ephemeral-storage: 4G
|
||||
- "-l"
|
||||
- "{{ .Values.containerLog }}"
|
||||
volumeMounts:
|
||||
- mountPath: {{ .Values.containerMountPath }}
|
||||
name: {{ .Values.containerMountName }}
|
||||
volumes:
|
||||
- name: {{ .Values.containerMountName }}
|
||||
hostPath:
|
||||
path: {{ .Values.localMountPath }}
|
||||
type: Directory
|
||||
Reference in New Issue
Block a user