From c1ac40f09d1cbf34e33bb0116e758b1cd71ded35 Mon Sep 17 00:00:00 2001 From: "Michal.Wrobel" Date: Wed, 28 May 2025 14:44:44 +0000 Subject: [PATCH] Update otc/central-forgejo.think-ahead.cloud/stacks/core/forgejo/values.yaml --- .../stacks/core/forgejo/values.yaml | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/otc/central-forgejo.think-ahead.cloud/stacks/core/forgejo/values.yaml b/otc/central-forgejo.think-ahead.cloud/stacks/core/forgejo/values.yaml index 0bd5682..f1d3cdf 100644 --- a/otc/central-forgejo.think-ahead.cloud/stacks/core/forgejo/values.yaml +++ b/otc/central-forgejo.think-ahead.cloud/stacks/core/forgejo/values.yaml @@ -24,6 +24,21 @@ 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 @@ -35,6 +50,14 @@ 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: