Skip to content

Commit 32a98a2

Browse files
feat(squadquest-supabase): configure environments
1 parent 501bda4 commit 32a98a2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

squadquest-supabase/release-values.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,15 @@ studio:
3333
auth:
3434
image:
3535
tag: v2.164.0
36+
environment:
37+
API_EXTERNAL_URL: https://squadquest-supabase.live.k8s.phl.io
38+
GOTRUE_SITE_URL: https://squadquest-supabase.live.k8s.phl.io
39+
GOTRUE_EXTERNAL_EMAIL_ENABLED: "true"
40+
GOTRUE_SMTP_ADMIN_EMAIL: "[email protected]"
41+
GOTRUE_SMTP_HOST: "smtp.postmarkapp.com"
42+
GOTRUE_SMTP_PORT: "587"
43+
GOTRUE_SMTP_SENDER_NAME: "[email protected]"
44+
3645

3746
rest:
3847
image:
@@ -70,6 +79,8 @@ storage:
7079
imgproxy:
7180
image:
7281
tag: v3
82+
environment:
83+
IMGPROXY_ENABLE_WEBP_DETECTION: "true"
7384
livenessProbe:
7485
exec:
7586
command:

0 commit comments

Comments
 (0)