Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Fix #1983 - Use Production environment in WebSPA #1984

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deploy/k8s/helm/webspa/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ env:
# values define environment variables with a fixed value (no configmap involved) (name is name of var, and value is its value)
values:
- name: ASPNETCORE_ENVIRONMENT
value: Development
value: Production
- name: ASPNETCORE_URLS
value: http://0.0.0.0:80
- name: OrchestratorType
Expand Down