otc/central-forgejo.think-ahead.cloud/stacks/core/forgejo/values.yaml aktualisiert

This commit is contained in:
Christopher.Hase 2025-05-27 12:50:23 +00:00
parent e3b44f0633
commit 860eba3a45

View file

@ -24,6 +24,8 @@ gitea:
secretKeyRef: secretKeyRef:
name: forgejo-cloud-credentials name: forgejo-cloud-credentials
key: secret-key key: secret-key
- name: FORGEJO__storage__MINIO_ENDPOINT
value: obs.eu-de.otc.t-systems.com
admin: admin:
existingSecret: gitea-credential existingSecret: gitea-credential
@ -39,7 +41,7 @@ gitea:
storage: storage:
# need to specify port 9000? # need to specify port 9000?
MINIO_ENDPOINT: obs.eu-de.otc.t-systems.com # MINIO_ENDPOINT: obs.eu-de.otc.t-systems.com
MINIO_LOCATION: eu-de MINIO_LOCATION: eu-de
MINIO_BUCKET: edp-forgejo-central-forgejo MINIO_BUCKET: edp-forgejo-central-forgejo
MINIO_USE_SSL: true MINIO_USE_SSL: true