fix(database): reverted changes

This commit is contained in:
Christopher Hase 2025-06-17 11:18:33 +02:00
parent aa30d027bf
commit 19cfe4dec8

View file

@ -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 }}}'