|
|
|
@ -55,6 +55,11 @@ spec:
|
|
|
|
- mountPath: /app/private/attachments
|
|
|
|
- mountPath: /app/private/attachments
|
|
|
|
subPath: attachments
|
|
|
|
subPath: attachments
|
|
|
|
name: planka
|
|
|
|
name: planka
|
|
|
|
|
|
|
|
{{- if .Values.securityContext.readOnlyRootFilesystem }}
|
|
|
|
|
|
|
|
- mountPath: /app/logs
|
|
|
|
|
|
|
|
subPath: app-logs
|
|
|
|
|
|
|
|
name: emptydir
|
|
|
|
|
|
|
|
{{- end }}
|
|
|
|
resources:
|
|
|
|
resources:
|
|
|
|
{{- toYaml .Values.resources | nindent 12 }}
|
|
|
|
{{- toYaml .Values.resources | nindent 12 }}
|
|
|
|
env:
|
|
|
|
env:
|
|
|
|
@ -139,3 +144,7 @@ spec:
|
|
|
|
{{- else }}
|
|
|
|
{{- else }}
|
|
|
|
emptyDir: {}
|
|
|
|
emptyDir: {}
|
|
|
|
{{- end }}
|
|
|
|
{{- end }}
|
|
|
|
|
|
|
|
{{- if .Values.securityContext.readOnlyRootFilesystem }}
|
|
|
|
|
|
|
|
- name: emptydir
|
|
|
|
|
|
|
|
emptyDir: {}
|
|
|
|
|
|
|
|
{{- end }}
|
|
|
|
|