feat(database): enable ssl mode in database
This commit is contained in:
parent
40fa8d0c11
commit
4b50107eaa
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: '{{{ .Env.DOMAIN_GITEA }}}'
|
||||
|
|
Loading…
Reference in a new issue