fix(forgejo): increase resources
This commit is contained in:
parent
8012f30f50
commit
9d8567de12
1 changed files with 3 additions and 3 deletions
|
@ -17,10 +17,10 @@ ingress:
|
|||
resources:
|
||||
limits:
|
||||
cpu: 500m
|
||||
memory: 768Mi
|
||||
memory: 3Gi
|
||||
requests:
|
||||
cpu: 250m
|
||||
memory: 256Mi
|
||||
memory: 512Mi
|
||||
|
||||
persistence:
|
||||
enabled: true
|
||||
|
@ -65,7 +65,7 @@ gitea:
|
|||
MINIO_LOCATION: us-east-1
|
||||
MINIO_USE_SSL: 'false'
|
||||
attachment:
|
||||
ALLOWED_TYPES: application/gzip|application/x-gzip|application/x-gtar|application/x-tgz|application/x-compressed-tar|text/plain
|
||||
ALLOWED_TYPES: .csv,.docx,.fodg,.fodp,.fods,.fodt,.gif,.gz,.jpeg,.jpg,.log,.md,.mov,.mp4,.odf,.odg,.odp,.ods,.odt,.pdf,.png,.pptx,.svg,.tgz,.txt,.webm,.xls,.xlsx,.zip,.tar.gz,.txt,application/gzip,application/x-gzip,application/x-gtar,application/x-tgz,application/x-compressed-tar,text/plain
|
||||
database:
|
||||
DB_TYPE: postgres
|
||||
HOST: postgres-15-postgresql.postgres.svc.cluster.local:5432
|
||||
|
|
Loading…
Reference in a new issue