cron enabled false

This commit is contained in:
titver968
2025-10-08 07:21:28 +02:00
parent b878136481
commit 43132aecaf

View File

@@ -20,7 +20,16 @@ spec:
SMTP_DOMAIN: "innovation-hub-niedersachsen.de"
SMTP_AUTHENTICATION: "none"
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:
enabled: true
ingressClassName: traefik