Skip to content

Commit

Permalink
Fix dotnet-architecture#1983 - Use Production environment in WebSPA
Browse files Browse the repository at this point in the history
  • Loading branch information
kbeaugrand committed Sep 26, 2022
1 parent 8438a6a commit 3cd7ce7
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 3cd7ce7

Please sign in to comment.