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:
|
||||
- mountPath: /etc/ssl/forgejo
|
||||
name: elasticsearch-cert-volume
|
||||
readOnly: true
|
||||
- mountPath: /etc/ssl/forgejo
|
||||
name: postgres-cert-volume
|
||||
name: custom-database-certs-volume
|
||||
readOnly: true
|
||||
|
||||
extraVolumes:
|
||||
- name: elasticsearch-cert-volume
|
||||
- name: custom-database-certs-volume
|
||||
secret:
|
||||
secretName: elasticsearch-cert
|
||||
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
|
||||
secretName: custom-database-certs
|
||||
|
||||
gitea:
|
||||
additionalConfigFromEnvs:
|
||||
|
|
Loading…
Reference in a new issue