This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
Fix
#1983
- Use Production environment in WebSPA
pull/1984/head
Kevin BEAURGAND
2 years ago
parent
8438a6a652
commit
3cd7ce79d6
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
deploy/k8s/helm/webspa/values.yaml
+ 1
- 1
deploy/k8s/helm/webspa/values.yaml
View File
@ -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
Write
Preview
Loading…
Cancel
Save