90847e422d
* Feat: configurable file limits * ci(circleci): container build speed imporvements * feat(frontend nginx): add file size limit configurability to frontend nginx * feat(server blobstorage): use the new file size limit customization value * feat(helm chart): implement the file size configuration in the helm chart * fix(frontend docker): fix entrypoint script * fix(server blobstorage): fix env var parsing NaN * feat(fileimport-service): add customizable import timeout * feat(helm chart): add fileimport service timeout value to helm chart * feat(blobstorage): add server side blob storage size limits * feat(docker-compose): add blob size limit env var to docker-compose files * refactor(frontend file uploads): refactor file uploads to use `useQuery` * refactor(server env helper): move env helper to shared module * refactor(blobstorage): use env helper for file size limit * refactor(frontend file uploads): use generated query document * fix(server blob sotrage): fix file size limit function call Co-authored-by: Gergő Jedlicska <gergo@jedlicska.com>
20 lines
319 B
YAML
20 lines
319 B
YAML
namespace: speckle-test
|
|
|
|
domain: speckle.minikube
|
|
ssl_canonical_url: false
|
|
|
|
docker_image_tag: 'local'
|
|
|
|
db:
|
|
PGSSLMODE: allow3
|
|
|
|
s3:
|
|
endpoint: 'http://minio:9000/'
|
|
bucket: 'speckle'
|
|
access_key: 'minioadmin'
|
|
create_bucket: 'true'
|
|
|
|
cert_manager_issuer: ~
|
|
enable_prometheus_monitoring: true
|
|
file_size_limit_mb: 300
|