feat(postgres): added volumeMount for postgres cert

This commit is contained in:
franz.germann 2025-06-16 17:27:51 +02:00
parent acf5c7f284
commit 6841bdf94d

View file

@ -28,12 +28,18 @@ extraVolumeMounts:
- mountPath: /etc/elasticsearch - mountPath: /etc/elasticsearch
name: elasticsearch-cert-volume name: elasticsearch-cert-volume
readOnly: true readOnly: true
- mountPath: /etc/postgres
name: postgres-cert-volume
readOnly: true
extraVolumes: extraVolumes:
- name: elasticsearch-cert-volume - name: elasticsearch-cert-volume
configMap: configMap:
defaultMode: 420 defaultMode: 420
name: elasticsearch-cert name: elasticsearch-cert
- name: postgres-cert-volume
secret:
secretName: otc-rds-tls-ca-cert
gitea: gitea:
additionalConfigFromEnvs: additionalConfigFromEnvs: