From 16d1f7073f2b3c9282df777c89507c5cbb5d52d9 Mon Sep 17 00:00:00 2001 From: "Christopher.Hase" Date: Tue, 27 May 2025 13:33:32 +0000 Subject: [PATCH] otc/central-forgejo.think-ahead.cloud/stacks/core/forgejo/values.yaml aktualisiert --- .../stacks/core/forgejo/values.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) 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 4adcf65..7c8d582 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 @@ -24,10 +24,19 @@ gitea: secretKeyRef: name: forgejo-cloud-credentials key: secret-key + - name: FORGEJO__storage__MINIO_ENDPOINT + value: obs.eu-de.otc.t-systems.com:443 admin: existingSecret: gitea-credential config: + storage: + # need to specify port 9000? + # MINIO_ENDPOINT: obs.eu-de.otc.t-systems.com + STORAGE_TYPE: minio + MINIO_LOCATION: eu-de + MINIO_BUCKET: edp-forgejo-central-forgejo + MINIO_USE_SSL: true service: DISABLE_REGISTRATION: true