Browse Source

Merge 3cd7ce79d6 into 06d5164532

pull/1984/merge
Kevin BEAUGRAND 1 year ago
committed by GitHub
parent
commit
688c309401
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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