feat(forgejo): Added postgres to forgejo ini

This commit is contained in:
Bot 2025-05-30 16:49:03 +02:00
parent fda834d703
commit 7a05ca605b

View file

@ -44,10 +44,30 @@ gitea:
secretKeyRef:
name: redis-forgejo-cloud-credentials
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:
existingSecret: gitea-credential
database:
builtIn:
postgresql:
enabled: false
config:
storage:
MINIO_ENDPOINT: obs.eu-de.otc.t-systems.com:443
@ -74,7 +94,7 @@ gitea:
SHOW_FOOTER_TEMPLATE_LOAD_TIME: false
database:
DB_TYPE: sqlite3
DB_TYPE: postgres
server:
DOMAIN: '{{{ .Env.DOMAIN_GITEA }}}'