fix(elasticsearch): add toogle to omit elasticsearch

This commit is contained in:
franz.germann 2025-07-17 14:55:22 +02:00
parent 8c94137b5b
commit 38e0765e3d

View file

@ -94,6 +94,11 @@ gitea:
secretKeyRef: secretKeyRef:
name: elasticsearch-cloud-credentials name: elasticsearch-cloud-credentials
key: connection-string key: connection-string
- name: FORGEJO__indexer__ISSUE_INDEXER_ENABLED
valueFrom:
secretKeyRef:
name: elasticsearch-cloud-credentials
key: enabled
- name: FORGEJO__mailer__PASSWD - name: FORGEJO__mailer__PASSWD
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
@ -107,7 +112,6 @@ gitea:
APP_NAME: 'EDP' APP_NAME: 'EDP'
APP_SLOGAN: 'Build your thing in minutes' APP_SLOGAN: 'Build your thing in minutes'
indexer: indexer:
ISSUE_INDEXER_ENABLED: true
ISSUE_INDEXER_TYPE: elasticsearch ISSUE_INDEXER_TYPE: elasticsearch
# TODO next # TODO next
REPO_INDEXER_ENABLED: false REPO_INDEXER_ENABLED: false