Files
notifications-api/manifest-api-preview.yml
Alexey Bezhan ff8373600d Replace manifest services with lists of env variables
Removes bindings to user provided services for new application
deployments and sets the expected environment variables to `null`.

Listing variables in the manifest allows us to only inject secrets
used by the app. `null` is not a valid value for a variable in a
CloudFoundry manifest, so if any of the keys don't have a match in
the credentials file `cf push` will return an error and stop the
deployment.
2018-01-09 10:45:03 +00:00

15 lines
198 B
YAML

---
inherit: manifest-api-base.yml
services:
- notify-db
- logit-ssl-syslog-drain
routes:
- route: notify-api-preview.cloudapps.digital
- route: api.notify.works
instances: 1
memory: 1G