Kevin BEAUGRAND
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
deploy/k8s/helm/webspa/values.yaml
|
|
@ -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 |
|
|
|