Update otc/central-forgejo.think-ahead.cloud/stacks/core/forgejo/values.yaml
This commit is contained in:
parent
b5cdec1cca
commit
0bfe3ba1dd
1 changed files with 16 additions and 1 deletions
|
@ -24,6 +24,16 @@ gitea:
|
|||
secretKeyRef:
|
||||
name: forgejo-cloud-credentials
|
||||
key: secret-key
|
||||
- name: FORGEJO__storage_0x2E_packages__MINIO_ACCESS_KEY_ID
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: forgejo-cloud-credentials
|
||||
key: access-key
|
||||
- name: FORGEJO__storage_0x2E_packages__MINIO_SECRET_ACCESS_KEY
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: forgejo-cloud-credentials
|
||||
key: secret-key
|
||||
- name: FORGEJO__attachment__MINIO_ACCESS_KEY_ID
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
|
@ -64,7 +74,12 @@ gitea:
|
|||
MINIO_LOCATION: eu-de
|
||||
MINIO_BUCKET: edp-forgejo-central-forgejo
|
||||
MINIO_USE_SSL: true
|
||||
|
||||
'storage.packages':
|
||||
MINIO_ENDPOINT: obs.eu-de.otc.t-systems.com:443
|
||||
STORAGE_TYPE: minio
|
||||
MINIO_LOCATION: eu-de
|
||||
MINIO_BUCKET: edp-forgejo-central-forgejo
|
||||
MINIO_USE_SSL: true
|
||||
attachment:
|
||||
MINIO_ENDPOINT: obs.eu-de.otc.t-systems.com:443
|
||||
STORAGE_TYPE: minio
|
||||
|
|
Loading…
Reference in a new issue