-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsample-manifest-w-route-registrar.yml
More file actions
52 lines (47 loc) · 1.09 KB
/
sample-manifest-w-route-registrar.yml
File metadata and controls
52 lines (47 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
name: ((deployment-name))
# replace with `bosh status --uuid`
director_uuid: ((bosh-uuid))
releases:
- name: ((release-name))
version: latest
- name: routing
version: latest
stemcells:
- alias: ((stemcell-alias))
os: ubuntu-xenial
version: latest
instance_groups:
- name: ((release-name))-app
instances: 1
# replace with a VM type from your BOSH Director's cloud config
vm_type: ((vm-type))
#vm_extensions: [concourse-web-backend-pool]
stemcell: ((stemcell-alias))
azs:
- ((az-name))
networks:
- name: ((network-name))
jobs:
- name: ((job-name))
release: ((release-name))
properties:
listen_port: ((listen-port))
- name: route_registrar
release: routing
consumes:
nats: {from: nats, deployment: ((cf-deployment-name))}
properties:
route_registrar:
routes:
- name: ((release-name))-app
port: ((listen-port))
registration_interval: 20s
uris:
- ((app-fqdn))
update:
canaries: 1
max_in_flight: 1
serial: false
canary_watch_time: 1000-60000
update_watch_time: 1000-60000