Skip to content
This repository has been archived by the owner on Feb 15, 2025. It is now read-only.

chore(supabase): Increases supabase-storage file size and makes it configurable #775

Merged
merged 13 commits into from
Jul 19, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions packages/supabase/bitnami-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ storage:
resourcesPreset: "none"
podLabels:
sidecar.istio.io/inject: "false"
extraEnvVars:
- name: FILE_SIZE_LIMIT
value: "###ZARF_VAR_MAX_FILE_UPLOAD_SIZE###"

studio:
enabled: ###ZARF_VAR_ENABLE_STUDIO###
Expand Down
3 changes: 3 additions & 0 deletions packages/supabase/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ variables:
- name: ENABLE_EXTERNAL_KEYCLOAK
description: 'Enable the integration between Supabase and an external keycloak instance be enabled'
default: "true"
- name: MAX_FILE_UPLOAD_SIZE
description: 'The maximum upload file size for Supabase storage'
default: "104857600"

components:
- name: supabase
Expand Down
Loading