fix(forgejo): Remove duplicate storage type
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user