Initial upload
This commit is contained in:
parent
98987b6f28
commit
0e92dc2402
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,7 @@ test:
|
|||
deployment:
|
||||
env:
|
||||
- name: SSL_CERT_DIR
|
||||
value: /etc/ssl/forgejx
|
||||
value: /etc/ssl/forgejo
|
||||
|
||||
extraVolumeMounts:
|
||||
- mountPath: /etc/ssl/forgejo
|
||||
|
@ -129,6 +129,7 @@ gitea:
|
|||
|
||||
database:
|
||||
DB_TYPE: postgres
|
||||
SSL_MODE: verify-full
|
||||
|
||||
server:
|
||||
DOMAIN: 'only-forgejo.t09.de'
|
||||
|
|
Loading…
Reference in a new issue