feat(postgres): added volumeMount for postgres cert
This commit is contained in:
parent
acf5c7f284
commit
6841bdf94d
1 changed files with 6 additions and 0 deletions
|
@ -28,12 +28,18 @@ extraVolumeMounts:
|
|||
- mountPath: /etc/elasticsearch
|
||||
name: elasticsearch-cert-volume
|
||||
readOnly: true
|
||||
- mountPath: /etc/postgres
|
||||
name: postgres-cert-volume
|
||||
readOnly: true
|
||||
|
||||
extraVolumes:
|
||||
- name: elasticsearch-cert-volume
|
||||
configMap:
|
||||
defaultMode: 420
|
||||
name: elasticsearch-cert
|
||||
- name: postgres-cert-volume
|
||||
secret:
|
||||
secretName: otc-rds-tls-ca-cert
|
||||
|
||||
gitea:
|
||||
additionalConfigFromEnvs:
|
||||
|
|
Loading…
Reference in a new issue