fix: maildev cron securitycontext

This commit is contained in:
devthejo 2024-06-30 01:11:28 +02:00
parent f6b2415c70
commit 0ea3b46566
Signed by: devthejo
GPG key ID: C04215C627711F5C

View file

@ -36,10 +36,16 @@ spec:
volumeMounts:
- name: data
mountPath: {{ .Values.persistence.mountPath }}
securityContext:
runAsUser: 1000
runAsGroup: 1000
- name: reload-mail
image: "{{ .Values.cron.image.repository }}:{{ .Values.cron.image.tag }}"
imagePullPolicy: {{ .Values.cron.image.pullPolicy }}
args: ["wget","{{ include "common.names.fullname" . }}:1080/reloadMailsFromDirectory"]
securityContext:
runAsUser: 1000
runAsGroup: 1000
volumes:
- name: data
persistentVolumeClaim: