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 857094a..1e1e4c0 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 @@ -1,4 +1,6 @@ redis-cluster: + enabled: false +redis: enabled: true postgresql: enabled: false @@ -24,6 +26,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 +52,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: @@ -83,4 +108,4 @@ forgejo: - docker:docker://node:16-bullseye - self-hosted:docker://ghcr.io/catthehacker/ubuntu:act-22.04 - ubuntu-22.04:docker://ghcr.io/catthehacker/ubuntu:act-22.04 - - ubuntu-latest:docker://ghcr.io/catthehacker/ubuntu:act-22.04 + - ubuntu-latest:docker://ghcr.io/catthehacker/ubuntu:act-22.04 \ No newline at end of file