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
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:
parent
9264901b15
commit
97ef73206c
|
|
@ -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 }}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue