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