fix(elasticsearch): add toogle to omit elasticsearch
This commit is contained in:
parent
8c94137b5b
commit
38e0765e3d
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue