Skip to content

Commit a58aad1

Browse files
committed
fix: broken ssl on realtime and probe on studio
1 parent 95199e5 commit a58aad1

File tree

2 files changed

+9
-13
lines changed

2 files changed

+9
-13
lines changed

charts/supabase/values.example.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ studio:
4343
DEFAULT_PROJECT_NAME: Default Project
4444
SUPABASE_PUBLIC_URL: http://example.com
4545
NEXT_PUBLIC_ENABLE_LOGS: true
46-
livenessProbe:
47-
httpGet:
48-
path: /api/profile
49-
port: 3000
5046
initialDelaySeconds: 3
5147

5248
auth:

charts/supabase/values.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,13 @@ secret:
8282
secretRefKey:
8383
keyId: keyId
8484
accessKey: accessKey
85-
# Realtime environment
85+
# Realtime environment
8686
realtime:
8787
secretKeyBase: UpNVntn3cDxHJpq99YMc1T1AQgQpc8kfYTuRgBiYa15BLrx8etQoXz3gZv1/u2oq
8888
# secretRef: ""
8989
secretRefKey:
9090
secretKeyBase: secretKeyBase
91-
# Meta environment
91+
# Meta environment
9292
meta:
9393
cryptoKey: "your-super-secret-and-long-crypto-key"
9494
# secretRef: ""
@@ -228,7 +228,7 @@ studio:
228228
SUPABASE_PUBLIC_URL: http://example.com
229229
NEXT_PUBLIC_ENABLE_LOGS: true
230230
# Set value to bigquery to use Big Query backend for analytics
231-
NEXT_ANALYTICS_BACKEND_PROVIDER: postgres # postgres, bigquery
231+
NEXT_ANALYTICS_BACKEND_PROVIDER: postgres # postgres, bigquery
232232
# volumeMounts:
233233
# - name: volume_name
234234
# mountPath: /path/to/my/secret
@@ -302,7 +302,7 @@ auth:
302302
DB_USER: supabase_auth_admin
303303
DB_PORT: 5432
304304
DB_DRIVER: postgres
305-
DB_SSL: disable # disable, allow, prefer, require, verify-ca, verify-full
305+
DB_SSL: disable # disable, allow, prefer, require, verify-ca, verify-full
306306
API_EXTERNAL_URL: http://example.com
307307
GOTRUE_API_HOST: "0.0.0.0"
308308
GOTRUE_API_PORT: "9999"
@@ -417,7 +417,7 @@ rest:
417417
DB_USER: authenticator
418418
DB_PORT: 5432
419419
DB_DRIVER: postgres
420-
DB_SSL: disable # disable, allow, prefer, require, verify-ca, verify-full
420+
DB_SSL: disable # disable, allow, prefer, require, verify-ca, verify-full
421421
PGRST_DB_SCHEMAS: public,storage,graphql_public
422422
PGRST_DB_ANON_ROLE: anon
423423
PGRST_DB_USE_LEGACY_GUCS: false
@@ -493,7 +493,7 @@ realtime:
493493
# DB_HOST: DATABASE.NAMESPACE.svc.cluster.local
494494
DB_USER: supabase_admin
495495
DB_PORT: 5432
496-
DB_SSL: disable # disable, allow, prefer, require, verify-ca, verify-full
496+
DB_SSL: false # true
497497
PORT: "4000"
498498
FLY_ALLOC_ID: fly123
499499
FLY_APP_NAME: realtime
@@ -579,7 +579,7 @@ meta:
579579
DB_USER: supabase_admin
580580
DB_PORT: 5432
581581
DB_DRIVER: postgres
582-
DB_SSL: disable # disable, allow, prefer, require, verify-ca, verify-full
582+
DB_SSL: disable # disable, allow, prefer, require, verify-ca, verify-full
583583
PG_META_PORT: "8080"
584584
# volumeMounts:
585585
# - name: volume_name
@@ -654,7 +654,7 @@ storage:
654654
DB_USER: supabase_storage_admin
655655
DB_PORT: 5432
656656
DB_DRIVER: postgres
657-
DB_SSL: disable # disable, allow, prefer, require, verify-ca, verify-full
657+
DB_SSL: disable # disable, allow, prefer, require, verify-ca, verify-full
658658
REQUEST_ALLOW_X_FORWARDED_PATH: "true"
659659
PGOPTIONS: -c search_path=storage,public
660660
FILE_SIZE_LIMIT: "52428800"
@@ -1079,7 +1079,7 @@ functions:
10791079
DB_USERNAME: postgres
10801080
DB_PORT: 5432
10811081
DB_DRIVER: postgresql
1082-
DB_SSL: disable # disable, allow, prefer, require, verify-ca, verify-full
1082+
DB_SSL: disable # disable, allow, prefer, require, verify-ca, verify-full
10831083
VERIFY_JWT: false
10841084
# Mount user functions
10851085
# volumeMounts:

0 commit comments

Comments
 (0)