From d41a70ac10bbb437bc4980e30752b0f5daf21897 Mon Sep 17 00:00:00 2001 From: "Daniel.Sy" Date: Mon, 2 Jun 2025 16:00:59 +0000 Subject: [PATCH] otc/central-forgejo.think-ahead.cloud/stacks/core/forgejo/values.yaml aktualisiert --- .../stacks/core/forgejo/values.yaml | 13 +++++++++++++ 1 file changed, 13 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 206b2ca..7af447b 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 @@ -64,11 +64,24 @@ gitea: secretKeyRef: name: postgres-forgejo-cloud-credentials key: password + - name: FORGEJO__indexer__ISSUE_INDEXER_CONN_STR + valueFrom: + secretKeyRef: + name: elasticsearch-cloud-credentials + key: connection-string + admin: existingSecret: gitea-credential config: + indexer: + ISSUE_INDEXER_ENABLED: true + ISSUE_INDEXER_TYPE: elasticsearch + # TODO next + REPO_INDEXER_ENABLED: false + # REPO_INDEXER_TYPE: meilisearch # not yet working + storage: MINIO_ENDPOINT: obs.eu-de.otc.t-systems.com:443 STORAGE_TYPE: minio