File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -32,31 +32,40 @@ peers:
32
32
provides :
33
33
database :
34
34
interface : mongodb_client
35
+ optional : true
35
36
obsolete :
36
37
interface : mongodb
38
+ optional : true
37
39
metrics-endpoint :
38
40
interface : prometheus_scrape
41
+ optional : true
39
42
grafana-dashboard :
40
43
interface : grafana_dashboard
44
+ optional : true
41
45
config-server :
42
46
interface : shards
47
+ optional : true
43
48
cluster :
44
49
interface : config-server
50
+ optional : true
45
51
46
52
requires :
47
53
certificates :
48
54
interface : tls-certificates
49
55
limit : 1
56
+ optional : true
50
57
logging :
51
58
interface : loki_push_api
52
59
limit : 1
53
60
optional : true
54
61
s3-credentials :
55
62
interface : s3
63
+ optional : true
56
64
sharding :
57
65
interface : shards
58
66
# shards can only relate to one config-server
59
67
limit : 1
68
+ optional : true
60
69
ldap :
61
70
interface : ldap
62
71
limit : 1
You can’t perform that action at this time.
0 commit comments