-
Notifications
You must be signed in to change notification settings - Fork 79
Expand file tree
/
Copy pathspec
More file actions
69 lines (54 loc) · 2.05 KB
/
spec
File metadata and controls
69 lines (54 loc) · 2.05 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
---
name: bosh-dns-adapter
templates:
aliases.json.erb: dns/aliases.json
bpm.yml.erb: config/bpm.yml
client.crt.erb: config/certs/client.crt
client.key.erb: config/certs/client.key
config.json.erb: config/config.json
handlers.json.erb: dns/handlers.json
healthchecker.yml.erb: config/healthchecker.yml
server_ca.crt.erb: config/certs/server_ca.crt
packages:
- bosh-dns-adapter
- cf-networking-healthchecker
consumes:
- name: service-discovery-controller
type: service-discovery-controller
properties:
cf_app_sd_disable:
description: "Disable c2c service discovery for apps."
default: false
address:
description: "Address which bosh-dns-adapter will listen on."
default: 127.0.0.1
port:
description: "Port which bosh-dns-adapter will listen on."
default: 8053
dnshttps.client.tls:
description: "Client-side mutual TLS configuration for dns over http"
dnshttps.server.ca:
description: "server-side mutual TLS configuration for dns over http"
metron_port:
description: "Forward metrics to this metron agent, listening on this port on localhost"
default: 3457
log_level_port:
description: "Port which log level endpoint listens on"
default: 8066
log_level_address:
description: "Address which log level endpoint listens on"
default: 127.0.0.1
healthchecker_log_level:
description: "Log level for the healthchecker"
default: "info"
internal_domains:
description: "TLD for internal app resolution with service discovery."
example: ["apps.internal.", "my.apps.internal."]
default: []
internal_service_mesh_domains:
description: "TLD for internal app resolution with istio service discovery."
example: ["istio.apps.internal."]
default: []
healthchecker.failure_counter_file:
description: "File used by the healthchecker to monitor consecutive failures."
default: /var/vcap/data/bosh-dns-adapter/counters/consecutive_healthchecker_failures.count