diff --git a/k8s/nextgen/next-gen-chart/templates/deployment.yaml b/k8s/nextgen/next-gen-chart/templates/deployment.yaml index c2f80d1..f5b4c4a 100644 --- a/k8s/nextgen/next-gen-chart/templates/deployment.yaml +++ b/k8s/nextgen/next-gen-chart/templates/deployment.yaml @@ -33,7 +33,7 @@ spec: - 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" + value: "https://main.next-gen.techarvest.co.zw,https://next-gen.techarvest.co.zw,https://dev.next-gen.techarvest.co.zw,http://localhost:3000" resources: {{- toYaml .Values.resources | nindent 12 }}