webspa k8s prod env
This commit is contained in:
parent
1807e952cf
commit
b782d94e61
@ -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") {
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user