fix(forgejo): Remove duplicate storage type

This commit is contained in:
2026-01-14 23:51:54 +01:00
parent 683c7f36c3
commit 7227f07b71
-9
View File
@@ -2,7 +2,6 @@ replicaCount: 1
image: image:
registry: code.forgejo.org registry: code.forgejo.org
repository: forgejo/forgejo repository: forgejo/forgejo
rootless: true
resources: resources:
requests: requests:
@@ -51,14 +50,6 @@ gitea:
database: database:
DB_TYPE: postgres DB_TYPE: postgres
MAX_OPEN_CONNS: 90 MAX_OPEN_CONNS: 90
attachment:
STORAGE_TYPE: minio
lfs:
STORAGE_TYPE: minio
picture:
AVATAR_STORAGE_TYPE: minio
'storage.packages':
STORAGE_TYPE: minio
openid: openid:
ENABLE_OPENID_SIGNIN: false ENABLE_OPENID_SIGNIN: false
ENABLE_OPENID_SIGNUP: false ENABLE_OPENID_SIGNUP: false