cron enabled false
This commit is contained in:
@@ -20,7 +20,16 @@ spec:
|
|||||||
SMTP_DOMAIN: "innovation-hub-niedersachsen.de"
|
SMTP_DOMAIN: "innovation-hub-niedersachsen.de"
|
||||||
SMTP_AUTHENTICATION: "none"
|
SMTP_AUTHENTICATION: "none"
|
||||||
SMTP_ENABLE_STARTTLS_AUTO: "false"
|
SMTP_ENABLE_STARTTLS_AUTO: "false"
|
||||||
|
|
||||||
|
cron:
|
||||||
|
enabled: false
|
||||||
|
environment:
|
||||||
|
IMAP_HOST: "smtp.innovation-hub-niedersachsen.de"
|
||||||
|
IMAP_PORT: 993
|
||||||
|
IMAP_SSL: "true"
|
||||||
|
IMAP_USER: "openproject"
|
||||||
|
IMAP_PASSWORD: "openproject-imap-password"
|
||||||
|
schedule: "*/5 * * * *"
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
ingressClassName: traefik
|
ingressClassName: traefik
|
||||||
|
|||||||
Reference in New Issue
Block a user