-
Notifications
You must be signed in to change notification settings - Fork 1
/
bosh-dns-addon.yml
55 lines (53 loc) · 1.52 KB
/
bosh-dns-addon.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
47
48
49
50
51
52
53
54
55
# Configure BOSH-DNS in prometheus deployment
# used with prometheus federation
- type: replace
path: /releases/-
value:
name: bosh-dns-aliases
url: https://bosh.io/d/github.com/cloudfoundry/bosh-dns-aliases-release?v=0.0.3
version: 0.0.3
sha1: b0d0a0350ed87f1ded58b2ebb469acea0e026ccc
- type: replace
path: /addons?/-
value:
name: bosh-dns-aliases
jobs:
- name: bosh-dns-aliases
release: bosh-dns-aliases
properties:
aliases:
- domain: alertmanager.prometheus
targets:
- query: '*'
instance_group: alertmanager
deployment: ((deployment-name))
network: Support
domain: bosh
- domain: prometheus.prometheus
targets:
- query: '*'
instance_group: prometheus2
deployment: ((deployment-name))
network: Support
domain: bosh
- domain: d-cld.prometheus
targets:
- query: '*'
instance_group: d-cld
deployment: ((deployment-name))
network: Support
domain: bosh
- domain: y-cld.prometheus
targets:
- query: '*'
instance_group: y-cld
deployment: ((deployment-name))
network: Support
domain: bosh
- domain: b-cld.prometheus
targets:
- query: '*'
instance_group: b-cld
deployment: ((deployment-name))
network: Support
domain: bosh