Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.44 KB

TAS.md

File metadata and controls

27 lines (16 loc) · 1.44 KB

VMware Tanzu Application Service > Hoover

How to deploy to VMware Tanzu Application Service

Please review the manifest.yml before deploying.

Using scripts

Deploy the app (bound to an instance of Spring Cloud Config Server)

Create a file named config-server.json located in a config sub-directory off the root of this project. Look at the sample here to get an idea of the contents. Consult the Spring Cloud Services Config Server documentation for more advanced configuration options like SSH repository access.

Then execute

./scripts/deploy.sh

Shutdown and destroy the app and service instances with

./scripts/destroy.sh

Note: If you are seeing OutOfMemory exceptions shortly after startup you may need to cf scale the available memory when working with multiple foundations.

Alternative scripts exist for deploying cf-hoover when working with cf-hoover-ui. See deploy.with-registry.sh and destroy.with-registry.sh.