From 0bade3419916d2bc252d3b19595cfbe1e1d838ad Mon Sep 17 00:00:00 2001 From: Ilan Schemoul Date: Mon, 17 Feb 2025 11:52:58 +0100 Subject: [PATCH] Revert "fix: cors" This reverts commit f6c7c48dcd7c7e9286950a2d5e007fbeb6bfa6b5. --- charts/typesense/values.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/charts/typesense/values.yaml b/charts/typesense/values.yaml index f5d2d75..ca5dfef 100644 --- a/charts/typesense/values.yaml +++ b/charts/typesense/values.yaml @@ -5,8 +5,7 @@ typesense: protocol: http cors: enabled: true - # 1234 is the port of the local dev server for frontend - domains: "http://localhost:9089,https://beta.search.corp,http://localhost:1234" + domains: "http://localhost:9089" resetPeersOnError: true storage: size: 5Gi