Initial upload

This commit is contained in:
Automated pipeline 2025-05-28 16:11:02 +00:00 committed by Actions pipeline
parent c1ac40f09d
commit 90b961b8ef
3 changed files with 6 additions and 29 deletions

View file

@ -1,5 +1,5 @@
redis-cluster:
enabled: false
enabled: true
postgresql:
enabled: false
postgresql-ha:
@ -24,21 +24,6 @@ gitea:
secretKeyRef:
name: forgejo-cloud-credentials
key: secret-key
- name: FORGEJO__queue__CONN_STR
valueFrom:
secretKeyRef:
name: redis-forgejo-cloud-credentials
key: connection-string
- name: FORGEJO__session__PROVIDER_CONFIG
valueFrom:
secretKeyRef:
name: redis-forgejo-cloud-credentials
key: connection-string
- name: FORGEJO__cache__HOST
valueFrom:
secretKeyRef:
name: redis-forgejo-cloud-credentials
key: connection-string
admin:
existingSecret: gitea-credential
@ -50,14 +35,6 @@ gitea:
MINIO_BUCKET: edp-forgejo-central-forgejo
MINIO_USE_SSL: true
queue:
TYPE: redis
session:
PROVIDER: redis
cache:
ENABLED: true
ADAPTER: redis
service:
DISABLE_REGISTRATION: true
other: