fix(nextgen): add missing ALLOWED_ORIGINS environment variable to Helm deployment template
Build and Push Docker Images / deploy (push) Blocked by required conditions Details
Build and Push Docker Images / build (api) (push) Successful in 1m4s Details
Build and Push Docker Images / build (musicseerr) (push) Successful in 5m15s Details
Build and Push Docker Images / build (web) (push) Successful in 1m17s Details
Build and Push Docker Images / build (nextgen) (push) Successful in 10m42s Details
Build and Push Docker Images / build (worker) (push) Has been cancelled Details

This commit is contained in:
fchinembiri 2026-07-29 21:38:00 +02:00
parent 9264901b15
commit 97ef73206c
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@ spec:
value: "/app/data/school.db" value: "/app/data/school.db"
- name: JWT_SECRET - name: JWT_SECRET
value: "africa-alert-production-secret-2024" 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: resources:
{{- toYaml .Values.resources | nindent 12 }} {{- toYaml .Values.resources | nindent 12 }}