fix(database): reverted changes
This commit is contained in:
parent
aa30d027bf
commit
19cfe4dec8
1 changed files with 3 additions and 4 deletions
|
@ -21,11 +21,11 @@ test:
|
|||
|
||||
deployment:
|
||||
env:
|
||||
- name: SSL_CERT_DIR
|
||||
value: /etc/
|
||||
- name: SSL_CERT_FILE
|
||||
value: /etc/elasticsearch/elasticsearch.cer
|
||||
|
||||
extraVolumeMounts:
|
||||
- mountPath: /etc/ssl/forgejo/elasticsearch.crt
|
||||
- mountPath: /etc/elasticsearch
|
||||
name: elasticsearch-cert-volume
|
||||
readOnly: true
|
||||
- mountPath: /etc/ssl/forgejo/postgres.crt
|
||||
|
@ -136,7 +136,6 @@ gitea:
|
|||
|
||||
database:
|
||||
DB_TYPE: postgres
|
||||
#SSL_MODE: verify-full
|
||||
|
||||
server:
|
||||
DOMAIN: '{{{ .Env.DOMAIN_GITEA }}}'
|
||||
|
|
Loading…
Reference in a new issue