-
Notifications
You must be signed in to change notification settings - Fork 49
/
enable-router.yml
46 lines (43 loc) · 1.06 KB
/
enable-router.yml
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
---
- type: replace
path: /instance_groups/name=ls-router?
value:
name: ls-router
azs:
- z1
instances: 1
vm_type: medium
stemcell: default
networks:
- name: default
jobs:
- name: bpm
release: bpm
- name: haproxy
release: logsearch
consumes:
elasticsearch: {from: elasticsearch_master}
ingestor: {from: ingestor_link}
kibana: {from: kibana_link}
syslog_forwarder: nil
# Uncomment following to relocate route-registrar to ls-router
# Make sure then this OPS file comes after cloudfoundry.yml
# - type: remove
# path: /instance_groups/name=kibana/jobs/name=route_registrar
# - type: replace
# path: /instance_groups/name=ls-router/jobs/-
# value:
# name: route_registrar
# release: routing
# consumes:
# nats:
# from: nats
# deployment: cf
# properties:
# route_registrar:
# routes:
# - name: kibana
# port: 80
# registration_interval: 60s
# uris:
# - "logs.((system_domain))"