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
|
- 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:
|
||||||
|
|
Loading…
Reference in a new issue