Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
Merge pull request #480 from alphagov/tidy_manifest
Browse files Browse the repository at this point in the history
Remove deprecations from manifest.
  • Loading branch information
tlwr committed Aug 20, 2018
2 parents 8dc7bc9 + a5e6def commit 4e24c34
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions manifest.yml
Original file line number Diff line number Diff line change
@@ -1,33 +1,30 @@
---
buildpack: python_buildpack
services:
- redis
defaults: &defaults
buildpack: python_buildpack
services:
- redis
instances: 1
memory: 512M
no-route: true
health-check-type: none

applications:
- name: performance-platform-backdrop-read
<<: *defaults
command: python start.py read 8080
services:
- gds-performance-platform-mongodb-service
instances: 1
memory: 512M
no-route: true
health-check-type: none

- name: performance-platform-backdrop-write
<<: *defaults
command: python start.py write 8080
services:
- gds-performance-platform-mongodb-service
instances: 1
memory: 512M
no-route: true
health-check-type: none

- name: performance-platform-backdrop-celery-worker
<<: *defaults
command: celery -A backdrop.transformers.worker worker --loglevel=info
instances: 1
memory: 1G
no-route: true
health-check-type: none
env:
BACKDROP_BROKER_SSL_CERT_REQS: CERT_NONE
CELERY_CONFIG_MODULE: backdrop.celeryconfig

0 comments on commit 4e24c34

Please sign in to comment.