Initial upload

This commit is contained in:
Automated pipeline 2025-06-17 11:52:35 +00:00 committed by Actions pipeline
parent 8c2ff30a50
commit 3a65dcb1b6

View file

@ -31,7 +31,6 @@ extraVolumeMounts:
- mountPath: /etc/ssl/forgejo/postgres.pem
name: postgres-cert-volume
readOnly: true
subPath: postgres.pem
extraVolumes:
- name: elasticsearch-cert-volume
@ -41,6 +40,9 @@ extraVolumes:
- name: postgres-cert-volume
secret:
secretName: otc-rds-tls-ca-cert
items:
- key: postgres.pem
path: postgres.pem
gitea:
additionalConfigFromEnvs: