feat(database): rename postgres certificate in k8s secrets
This commit is contained in:
parent
c303b38966
commit
21d6c39b5c
1 changed files with 3 additions and 15 deletions
|
@ -26,25 +26,13 @@ deployment:
|
||||||
|
|
||||||
extraVolumeMounts:
|
extraVolumeMounts:
|
||||||
- mountPath: /etc/ssl/forgejo
|
- mountPath: /etc/ssl/forgejo
|
||||||
name: elasticsearch-cert-volume
|
name: custom-database-certs-volume
|
||||||
readOnly: true
|
|
||||||
- mountPath: /etc/ssl/forgejo
|
|
||||||
name: postgres-cert-volume
|
|
||||||
readOnly: true
|
readOnly: true
|
||||||
|
|
||||||
extraVolumes:
|
extraVolumes:
|
||||||
- name: elasticsearch-cert-volume
|
- name: custom-database-certs-volume
|
||||||
secret:
|
secret:
|
||||||
secretName: elasticsearch-cert
|
secretName: custom-database-certs
|
||||||
items:
|
|
||||||
- key: elasticsearch.cer
|
|
||||||
path: elasticsearch.cer
|
|
||||||
- name: postgres-cert-volume
|
|
||||||
secret:
|
|
||||||
secretName: otc-rds-tls-ca-cert
|
|
||||||
items:
|
|
||||||
- key: postgres.pem
|
|
||||||
path: postgres.pem
|
|
||||||
|
|
||||||
gitea:
|
gitea:
|
||||||
additionalConfigFromEnvs:
|
additionalConfigFromEnvs:
|
||||||
|
|
Loading…
Reference in a new issue