feat(database): rename postgres certificate in k8s secrets

This commit is contained in:
Christopher Hase 2025-06-17 14:30:51 +02:00
parent c303b38966
commit 21d6c39b5c

View file

@ -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: