fix(nextgen): add dev.next-gen.techarvest.co.zw to ALLOWED_ORIGINS for PWA dev environment
Build and Push Docker Images / build (api) (push) Successful in 1m33s Details
Build and Push Docker Images / build (musicseerr) (push) Successful in 6m36s Details
Build and Push Docker Images / build (web) (push) Successful in 1m28s Details
Build and Push Docker Images / build (nextgen) (push) Successful in 11m9s Details
Build and Push Docker Images / build (worker) (push) Successful in 10m27s Details
Build and Push Docker Images / deploy (push) Successful in 19s Details

This commit is contained in:
fchinembiri 2026-07-29 21:59:05 +02:00
parent 0296bff3c9
commit c94e0ce56e
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}