otc/central-forgejo.think-ahead.cloud/stacks/core/forgejo/values.yaml aktualisiert
This commit is contained in:
parent
17e33657c0
commit
ecb87eb50b
1 changed files with 27 additions and 9 deletions
|
@ -14,18 +14,36 @@ test:
|
|||
|
||||
gitea:
|
||||
additionalConfigFromEnvs:
|
||||
- name: FORGEJO__APP_NAME
|
||||
value: EDP Forgejo
|
||||
- name: FORGEJO__APP_SLOGAN
|
||||
value: Welcome to the Forgejo
|
||||
# - name: ENV_TO_INI__DATABASE__PASSWD
|
||||
# valueFrom:
|
||||
# secretKeyRef:
|
||||
# name: postgres-secret
|
||||
# key: password
|
||||
- name: FORGEJO__storage__MINIO_ACCESS_KEY_ID
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: forgejo-cloud-credentials
|
||||
key: access-key
|
||||
- name: FORGEJO__storage__MINIO_SECRET_ACCESS_KEY
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: forgejo-cloud-credentials
|
||||
key: secret-key
|
||||
|
||||
admin:
|
||||
existingSecret: gitea-credential
|
||||
config:
|
||||
attachment:
|
||||
STORAGE_TYPE: minio
|
||||
lfs:
|
||||
STORAGE_TYPE: minio
|
||||
picture:
|
||||
AVATAR_STORAGE_TYPE: minio
|
||||
'storage.packages':
|
||||
STORAGE_TYPE: minio
|
||||
|
||||
storage:
|
||||
# need to specify port 9000?
|
||||
MINIO_ENDPOINT: obs.eu-de.otc.t-systems.com
|
||||
MINIO_LOCATION: eu-de
|
||||
MINIO_BUCKET: edp-forgejo-central-forgejo
|
||||
MINIO_USE_SSL: true
|
||||
|
||||
service:
|
||||
DISABLE_REGISTRATION: true
|
||||
other:
|
||||
|
|
Loading…
Reference in a new issue