Initial upload
This commit is contained in:
parent
ced391ac21
commit
15ea465f53
1 changed files with 6 additions and 6 deletions
|
@ -89,6 +89,12 @@ gitea:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: postgres-forgejo-cloud-credentials
|
name: postgres-forgejo-cloud-credentials
|
||||||
key: password
|
key: password
|
||||||
|
# Either 'elasticsearch' or 'bleve' (go in memory search engine)
|
||||||
|
- name: FORGEJO__indexer__ISSUE_INDEXER_TYPE
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: elasticsearch-cloud-credentials
|
||||||
|
key: type
|
||||||
- name: FORGEJO__indexer__ISSUE_INDEXER_CONN_STR
|
- name: FORGEJO__indexer__ISSUE_INDEXER_CONN_STR
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
@ -111,12 +117,6 @@ gitea:
|
||||||
config:
|
config:
|
||||||
APP_NAME: 'EDP'
|
APP_NAME: 'EDP'
|
||||||
APP_SLOGAN: 'Build your thing in minutes'
|
APP_SLOGAN: 'Build your thing in minutes'
|
||||||
indexer:
|
|
||||||
ISSUE_INDEXER_TYPE: bleve
|
|
||||||
# TODO next
|
|
||||||
REPO_INDEXER_ENABLED: false
|
|
||||||
# REPO_INDEXER_TYPE: meilisearch # not yet working
|
|
||||||
|
|
||||||
storage:
|
storage:
|
||||||
MINIO_ENDPOINT: obs.eu-de.otc.t-systems.com:443
|
MINIO_ENDPOINT: obs.eu-de.otc.t-systems.com:443
|
||||||
STORAGE_TYPE: minio
|
STORAGE_TYPE: minio
|
||||||
|
|
Loading…
Reference in a new issue