fix forgejo imap username
This commit is contained in:
parent
cad60eed0d
commit
3a855c701c
1 changed files with 2 additions and 0 deletions
|
@ -67,6 +67,8 @@ spec:
|
||||||
value: "993"
|
value: "993"
|
||||||
- name: FORGEJO__email.incoming__USE_TLS
|
- name: FORGEJO__email.incoming__USE_TLS
|
||||||
value: "true"
|
value: "true"
|
||||||
|
- name: FORGEJO__email.incoming__USERNAME
|
||||||
|
value: git@janky.solutions
|
||||||
ports:
|
ports:
|
||||||
- name: web
|
- name: web
|
||||||
containerPort: 3000
|
containerPort: 3000
|
||||||
|
|
Loading…
Reference in a new issue