How i can use alibabacloud oss instead of minio #707

Closed
opened 2024-08-30 12:56:50 +00:00 by 1mohmmad4 · 1 comment
1mohmmad4 commented 2024-08-30 12:56:50 +00:00 (Migrated from gitea.com)

gitea:
config:
attachment:
STORAGE_TYPE: minio
lfs:
STORAGE_TYPE: minio
picture:
AVATAR_STORAGE_TYPE: minio
"storage.packages":
STORAGE_TYPE: minio

storage:
  MINIO_ENDPOINT: <minio-headless.<namespace>.svc.cluster.local:9000>
  MINIO_LOCATION: <location>
  MINIO_ACCESS_KEY_ID: <access key>
  MINIO_SECRET_ACCESS_KEY: <secret key>
  MINIO_BUCKET: <bucket name>
  MINIO_USE_SSL: false
gitea: config: attachment: STORAGE_TYPE: minio lfs: STORAGE_TYPE: minio picture: AVATAR_STORAGE_TYPE: minio "storage.packages": STORAGE_TYPE: minio storage: MINIO_ENDPOINT: <minio-headless.<namespace>.svc.cluster.local:9000> MINIO_LOCATION: <location> MINIO_ACCESS_KEY_ID: <access key> MINIO_SECRET_ACCESS_KEY: <secret key> MINIO_BUCKET: <bucket name> MINIO_USE_SSL: false
pat-s commented 2024-09-02 08:52:30 +00:00 (Migrated from gitea.com)

@1mohmmad4 Thanks for your question. However, based on this information alone we cannot help you.

Please add more information and/or ask in the common help forums (as this does not look like a helm-chart related issue but rather a generic configuration one).

@1mohmmad4 Thanks for your question. However, based on this information alone we cannot help you. Please add more information and/or ask in the common help forums (as this does not look like a helm-chart related issue but rather a generic configuration one).
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: lunny/helm-chart#707
No description provided.