mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-15 17:52:26 -05:00
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.
15 lines
198 B
YAML
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
|