카테고리 없음2021. 2. 9. 12:50
반응형

--- applications:

- name: dylan

routes:

- route: route.example.com

- route: another-route.example.com

 

 

--- .

.. routes:

- route: example.com

- route: www.example.com/foo

- route: tcp-example.com:1234

 

 

applications:
- name: console
memory: 1512M
disk_quota: 1024M
host: console
timeout: 180
buildpack: https://github.com/cloudfoundry-incubator/stratos-buildpack#v2
health-check-type: port
Posted by 1010