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