gitea: Add mail
This commit is contained in:
@@ -75,10 +75,11 @@ gitea:
|
||||
USERNAME: "nickname"
|
||||
mailer:
|
||||
ENABLED: true
|
||||
FROM: "gitea@oceanbox.io"
|
||||
PROTOCOL: "smtp"
|
||||
SMTP_ADDR: "postfix-mail.postfix.svc.cluster.local"
|
||||
FROM: "\"Oceanbox Gitea\" <no-reply@oceanbox.io>"
|
||||
PROTOCOL: "smtp+starttls"
|
||||
SMTP_ADDR: "mx.itpartner.no"
|
||||
SMTP_PORT: 587
|
||||
USER: "no-reply@oceanbox.io"
|
||||
database:
|
||||
DB_TYPE: postgres
|
||||
MAX_OPEN_CONNS: 90
|
||||
@@ -104,6 +105,11 @@ gitea:
|
||||
secretKeyRef:
|
||||
name: gitea-s3
|
||||
key: secret_key
|
||||
- name: GITEA__mailer__PASSWD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: gitea-smtp
|
||||
key: password
|
||||
- name: GITEA__DATABASE__PASSWD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
|
||||
Reference in New Issue
Block a user