feat(forgejo): Added postgres connection details

This commit is contained in:
Bot 2025-05-30 16:49:45 +02:00
parent da28fb3f1c
commit f13b923dc7

View file

@ -44,10 +44,30 @@ gitea:
secretKeyRef: secretKeyRef:
name: redis-forgejo-cloud-credentials name: redis-forgejo-cloud-credentials
key: connection-string key: connection-string
- name: FORGEJO__database__HOST
valueFrom:
secretKeyRef:
name: postgres-forgejo-cloud-credentials
key: host
- name: FORGEJO__database__NAME
valueFrom:
secretKeyRef:
name: postgres-forgejo-cloud-credentials
key: name
- name: FORGEJO__database__USER
valueFrom:
secretKeyRef:
name: postgres-forgejo-cloud-credentials
key: user
admin: admin:
existingSecret: gitea-credential existingSecret: gitea-credential
database:
builtIn:
postgresql:
enabled: false
config: config:
storage: storage:
MINIO_ENDPOINT: obs.eu-de.otc.t-systems.com:443 MINIO_ENDPOINT: obs.eu-de.otc.t-systems.com:443
@ -74,7 +94,7 @@ gitea:
SHOW_FOOTER_TEMPLATE_LOAD_TIME: false SHOW_FOOTER_TEMPLATE_LOAD_TIME: false
database: database:
DB_TYPE: sqlite3 DB_TYPE: postgres
server: server:
DOMAIN: 'gitea.central-forgejo.think-ahead.cloud' DOMAIN: 'gitea.central-forgejo.think-ahead.cloud'