fix: remove hardcoded GW_URL from staging manifest
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 6m27s

GW_URL in the K8s manifest was injected into all appsettings*.json files
by docker-entrypoint.sh, overriding even appsettings.Production.json.
Now only BLAZOR_ENVIRONMENT is set; GwUrl comes from the correct
appsettings.{Environment}.json per environment.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
masoodafar-web
2026-05-14 01:35:20 +03:30
parent 68d7647cb1
commit 9378b7474c
-2
View File
@@ -27,8 +27,6 @@ spec:
env: env:
- name: BLAZOR_ENVIRONMENT - name: BLAZOR_ENVIRONMENT
value: "Staging" value: "Staging"
- name: GW_URL
value: "https://cms.se.kbs1.ir"
resources: resources:
requests: requests:
memory: "128Mi" memory: "128Mi"