- this improves support for making the pod filesystem read-only (of ves-collector)
Issue-ID: DCAEGEN2-3415
Change-Id: Ic7413b2fd589d095b69eec0c88693b2db4e3c13c
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
name: {{ ternary "app-config-input" "app-config" (not $drNeedProvisioning) }}
- mountPath: /app-config-input
name: app-config-input
+ - mountPath: /tmp
+ name: tmp-volume
{{- if $logDir }}
- mountPath: {{ $logDir}}
name: logs
- emptyDir:
medium: Memory
name: app-config
+ - name: tmp-volume
+ emptyDir:
+ sizeLimit: 128Mi
{{- if $logDir }}
- emptyDir: {}
name: logs