fix(database): try creating a custom ssl certificate directory
This commit is contained in:
parent
19cfe4dec8
commit
47de41ba4c
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue