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:
|
deployment:
|
||||||
env:
|
env:
|
||||||
- name: SSL_CERT_DIR
|
- name: SSL_CERT_FILE
|
||||||
value: /etc/
|
value: /etc/elasticsearch/elasticsearch.cer
|
||||||
|
|
||||||
extraVolumeMounts:
|
extraVolumeMounts:
|
||||||
- mountPath: /etc/ssl/forgejo/elasticsearch.crt
|
- mountPath: /etc/elasticsearch
|
||||||
name: elasticsearch-cert-volume
|
name: elasticsearch-cert-volume
|
||||||
readOnly: true
|
readOnly: true
|
||||||
- mountPath: /etc/ssl/forgejo/postgres.crt
|
- mountPath: /etc/ssl/forgejo/postgres.crt
|
||||||
|
@ -136,7 +136,6 @@ gitea:
|
||||||
|
|
||||||
database:
|
database:
|
||||||
DB_TYPE: postgres
|
DB_TYPE: postgres
|
||||||
#SSL_MODE: verify-full
|
|
||||||
|
|
||||||
server:
|
server:
|
||||||
DOMAIN: '{{{ .Env.DOMAIN_GITEA }}}'
|
DOMAIN: '{{{ .Env.DOMAIN_GITEA }}}'
|
||||||
|
|
Loading…
Reference in a new issue