fix(database): try creating a custom ssl certificate directory

This commit is contained in:
Christopher Hase 2025-06-17 13:34:02 +02:00
parent 19cfe4dec8
commit 47de41ba4c

View file

@ -28,9 +28,10 @@ extraVolumeMounts:
- mountPath: /etc/elasticsearch
name: elasticsearch-cert-volume
readOnly: true
- mountPath: /etc/ssl/forgejo/postgres.crt
- mountPath: /etc/ssl/forgejo/postgres.pem
name: postgres-cert-volume
readOnly: true
subPath: postgres.pem
extraVolumes:
- name: elasticsearch-cert-volume