MainSite/manifest-prod.yml

16 строки
346 B
YAML

---
applications:
- name: steeltoe-prod
memory: 512M
instances: 1
env:
ASPNETCORE_ENVIRONMENT: "Production"
buildpacks:
- https://github.com/cloudfoundry/dotnet-core-buildpack.git#v2.3.1
routes:
- route: "steeltoe.io"
- route: "www.steeltoe.io"
- route: "steeltoe-prod.cfapps.io"
services:
- "autoscale-steeltoe.io"