Initial upload
This commit is contained in:
parent
ceac88739c
commit
b6455c702e
1 changed files with 10 additions and 4 deletions
|
@ -85,6 +85,11 @@ gitea:
|
|||
secretKeyRef:
|
||||
name: elasticsearch-cloud-credentials
|
||||
key: connection-string
|
||||
- name: FORGEJO__mailer__PASSWD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: email-user-credentials
|
||||
key: password
|
||||
|
||||
admin:
|
||||
existingSecret: gitea-credential
|
||||
|
@ -130,10 +135,11 @@ gitea:
|
|||
|
||||
mailer:
|
||||
ENABLED: true
|
||||
FROM: forgejo@gitea.abc.t09.de
|
||||
PROTOCOL: smtp
|
||||
SMTP_ADDR: mailhog.mailhog.svc.cluster.local
|
||||
SMTP_PORT: 1025
|
||||
USER: ipcei-cis-devfw@mms-support.de
|
||||
PROTOCOL: smtps
|
||||
FROM: '"IPCEI CIS DevFW" <ipcei-cis-devfw@mms-support.de>'
|
||||
SMTP_ADDR: mail.mms-support.de
|
||||
SMTP_PORT: 465
|
||||
|
||||
service:
|
||||
ssh:
|
||||
|
|
Loading…
Reference in a new issue