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

Commit

Permalink
Remove deprecations from manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
blairboy362 committed Aug 20, 2018
1 parent 8dc7bc9 commit a5e6def
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 a5e6def

Please sign in to comment.