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:
|
gitea:
|
||||||
additionalConfigFromEnvs:
|
additionalConfigFromEnvs:
|
||||||
- name: FORGEJO__APP_NAME
|
- name: FORGEJO__storage__MINIO_ACCESS_KEY_ID
|
||||||
value: EDP Forgejo
|
valueFrom:
|
||||||
- name: FORGEJO__APP_SLOGAN
|
secretKeyRef:
|
||||||
value: Welcome to the Forgejo
|
name: forgejo-cloud-credentials
|
||||||
# - name: ENV_TO_INI__DATABASE__PASSWD
|
key: access-key
|
||||||
# valueFrom:
|
- name: FORGEJO__storage__MINIO_SECRET_ACCESS_KEY
|
||||||
# secretKeyRef:
|
valueFrom:
|
||||||
# name: postgres-secret
|
secretKeyRef:
|
||||||
# key: password
|
name: forgejo-cloud-credentials
|
||||||
|
key: secret-key
|
||||||
|
|
||||||
admin:
|
admin:
|
||||||
existingSecret: gitea-credential
|
existingSecret: gitea-credential
|
||||||
config:
|
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:
|
service:
|
||||||
DISABLE_REGISTRATION: true
|
DISABLE_REGISTRATION: true
|
||||||
other:
|
other:
|
||||||
|
|
Loading…
Reference in a new issue