Initial upload
This commit is contained in:
parent
946bb8c74d
commit
5e25685d8c
1 changed files with 37 additions and 6 deletions
|
|
@ -15,7 +15,7 @@ postgresql-ha:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
enabled: false
|
enabled: true
|
||||||
size: 200Gi
|
size: 200Gi
|
||||||
annotations:
|
annotations:
|
||||||
everest.io/crypt-key-id: KMS
|
everest.io/crypt-key-id: KMS
|
||||||
|
|
@ -100,21 +100,52 @@ gitea:
|
||||||
existingSecret: gitea-credential
|
existingSecret: gitea-credential
|
||||||
|
|
||||||
config:
|
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
|
||||||
|
MINIO_LOCATION: eu-de
|
||||||
|
MINIO_BUCKET: edp-forgejo-kind
|
||||||
|
MINIO_USE_SSL: true
|
||||||
|
|
||||||
|
queue:
|
||||||
|
TYPE: redis
|
||||||
|
|
||||||
|
session:
|
||||||
|
PROVIDER: redis
|
||||||
|
|
||||||
|
cache:
|
||||||
|
ENABLED: true
|
||||||
|
ADAPTER: redis
|
||||||
|
|
||||||
service:
|
service:
|
||||||
DISABLE_REGISTRATION: false
|
DISABLE_REGISTRATION: true
|
||||||
|
|
||||||
other:
|
other:
|
||||||
SHOW_FOOTER_VERSION: true
|
SHOW_FOOTER_VERSION: false
|
||||||
SHOW_FOOTER_TEMPLATE_LOAD_TIME: true
|
SHOW_FOOTER_TEMPLATE_LOAD_TIME: false
|
||||||
|
|
||||||
database:
|
database:
|
||||||
DB_TYPE: sqlite3
|
DB_TYPE: postgres
|
||||||
# SSL_MODE: verify-ca
|
SSL_MODE: verify-ca
|
||||||
|
|
||||||
server:
|
server:
|
||||||
DOMAIN: 'localtest.me'
|
DOMAIN: 'localtest.me'
|
||||||
ROOT_URL: 'https://localtest.me:443'
|
ROOT_URL: 'https://localtest.me:443'
|
||||||
|
|
||||||
|
mailer:
|
||||||
|
ENABLED: true
|
||||||
|
USER: ipcei-cis-devfw@mms-support.de
|
||||||
|
PROTOCOL: smtps
|
||||||
|
FROM: '"IPCEI CIS DevFW" <ipcei-cis-devfw@mms-support.de>'
|
||||||
|
SMTP_ADDR: mail.mms-support.de
|
||||||
|
SMTP_PORT: 465
|
||||||
|
|
||||||
service:
|
service:
|
||||||
ssh:
|
ssh:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue