fix(forgejo): increase resources

This commit is contained in:
Peter 2023-03-02 16:11:31 +01:00
parent 8012f30f50
commit 9d8567de12
No known key found for this signature in database

View file

@ -17,10 +17,10 @@ ingress:
resources: resources:
limits: limits:
cpu: 500m cpu: 500m
memory: 768Mi memory: 3Gi
requests: requests:
cpu: 250m cpu: 250m
memory: 256Mi memory: 512Mi
persistence: persistence:
enabled: true enabled: true
@ -65,7 +65,7 @@ gitea:
MINIO_LOCATION: us-east-1 MINIO_LOCATION: us-east-1
MINIO_USE_SSL: 'false' MINIO_USE_SSL: 'false'
attachment: 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: database:
DB_TYPE: postgres DB_TYPE: postgres
HOST: postgres-15-postgresql.postgres.svc.cluster.local:5432 HOST: postgres-15-postgresql.postgres.svc.cluster.local:5432