From 1e152e704b86da1004479d99eda6766b7825e1e2 Mon Sep 17 00:00:00 2001 From: aggarwalakshun Date: Fri, 29 Aug 2025 05:41:01 +0530 Subject: [PATCH] add allowed_origin env var --- cluster/apps/pulse/pulse.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cluster/apps/pulse/pulse.yml b/cluster/apps/pulse/pulse.yml index 3e6a430..f3ac272 100644 --- a/cluster/apps/pulse/pulse.yml +++ b/cluster/apps/pulse/pulse.yml @@ -21,6 +21,9 @@ spec: volumeMounts: - name: pulse-data mountPath: /data + env: + - name: ALLOWED_ORIGINS + value: "*" volumes: - name: pulse-data persistentVolumeClaim: