fix: maildev cron
This commit is contained in:
parent
af5de94208
commit
723ccf5a19
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ spec:
|
||||||
- name: reload-mail
|
- name: reload-mail
|
||||||
image: "{{ .Values.cron.image.repository }}:{{ .Values.cron.image.tag }}"
|
image: "{{ .Values.cron.image.repository }}:{{ .Values.cron.image.tag }}"
|
||||||
imagePullPolicy: {{ .Values.cron.image.pullPolicy }}
|
imagePullPolicy: {{ .Values.cron.image.pullPolicy }}
|
||||||
args: ["wget","{{ include "common.names.fullname" . }}:1080/reloadMailsFromDirectory"]
|
args: ["wget","{{ include "common.names.fullname" . }}:1080/reloadMailsFromDirectory","-q","-O","/dev/null"]
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsUser: 1000
|
runAsUser: 1000
|
||||||
runAsGroup: 1000
|
runAsGroup: 1000
|
||||||
|
|
Loading…
Add table
Reference in a new issue