forked from alphagov/govuk-design-system
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.yml
23 lines (23 loc) · 873 Bytes
/
manifest.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
applications:
- name: govuk-design-system-origin
# Send application logs to logit
# https://docs.cloud.service.gov.uk/monitoring_apps.html#configure-app
services:
- logit-ssl-drain
routes:
- route: govuk-design-system-origin.cloudapps.digital
- route: design-system.service.gov.uk
# NGINX requires 20 MB of RAM to serve static assets. Reduce RAM allocation
# from the default 1 GB allocated to containers by default to 64M.
memory: 64M
path: ./deploy
# PaaS don't currently support the nginx buildpack so we have to reference it
# by GitHub URL
#
# https://docs.cloud.service.gov.uk/deploying_apps.html#how-to-use-custom-buildpacks
buildpack: https://github.com/cloudfoundry/nginx-buildpack.git#v1.1.9
# Run two instances to ensure availability
#
# https://docs.cloud.service.gov.uk/managing_apps.html#scaling
instances: 2