diff --git a/k8s/nextgen/next-gen-chart/templates/deployment.yaml b/k8s/nextgen/next-gen-chart/templates/deployment.yaml index 32c2ed4..c2f80d1 100644 --- a/k8s/nextgen/next-gen-chart/templates/deployment.yaml +++ b/k8s/nextgen/next-gen-chart/templates/deployment.yaml @@ -32,6 +32,8 @@ spec: value: "/app/data/school.db" - name: JWT_SECRET value: "africa-alert-production-secret-2024" + - name: ALLOWED_ORIGINS + value: "https://main.next-gen.techarvest.co.zw,https://next-gen.techarvest.co.zw,http://localhost:3000" resources: {{- toYaml .Values.resources | nindent 12 }}