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
webspa k8s prod env
pull/1975/head
Marek Wilkosz
2 years ago
parent
1807e952cf
commit
b782d94e61
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
deploy/k8s/helm/deploy-all.ps1
+1
-1
deploy/k8s/helm/webspa/values.yaml
+ 1
- 1
deploy/k8s/helm/deploy-all.ps1
View File
@ -61,7 +61,7 @@ $ingressValuesFile="ingress_values.yaml"
if
(
$useLocalk8s
-eq
$true
)
{
$ingressValuesFile
=
"
ingress_values_dockerk8s.yaml
"
$dns
=
"
localhost
"
$dns
=
"
eshop.localdev.me
"
}
if
(
$externalDns
-eq
"
aks
"
)
{
+ 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