Fix #1983 - Use Production environment in WebSPA

This commit is contained in:
Kevin BEAURGAND 2022-09-26 14:09:00 +02:00
parent 8438a6a652
commit 3cd7ce79d6

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