Browse Source

Fix #1983 - Use Production environment in WebSPA

pull/1984/head
Kevin BEAURGAND 2 years ago
parent
commit
3cd7ce79d6
1 changed files with 1 additions and 1 deletions
  1. +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 define environment variables with a fixed value (no configmap involved) (name is name of var, and value is its value)
values: values:
- name: ASPNETCORE_ENVIRONMENT - name: ASPNETCORE_ENVIRONMENT
value: Development
value: Production
- name: ASPNETCORE_URLS - name: ASPNETCORE_URLS
value: http://0.0.0.0:80 value: http://0.0.0.0:80
- name: OrchestratorType - name: OrchestratorType


Loading…
Cancel
Save