From ecb87eb50b3fa07c2a1473e70004b4909279fb36 Mon Sep 17 00:00:00 2001 From: "Christopher.Hase" Date: Tue, 27 May 2025 12:35:16 +0000 Subject: [PATCH] otc/central-forgejo.think-ahead.cloud/stacks/core/forgejo/values.yaml aktualisiert --- .../stacks/core/forgejo/values.yaml | 36 ++++++++++++++----- 1 file changed, 27 insertions(+), 9 deletions(-) diff --git a/otc/central-forgejo.think-ahead.cloud/stacks/core/forgejo/values.yaml b/otc/central-forgejo.think-ahead.cloud/stacks/core/forgejo/values.yaml index a188d4e..30079f8 100644 --- a/otc/central-forgejo.think-ahead.cloud/stacks/core/forgejo/values.yaml +++ b/otc/central-forgejo.think-ahead.cloud/stacks/core/forgejo/values.yaml @@ -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: