-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFeature.yaml
43 lines (43 loc) · 1.02 KB
/
Feature.yaml
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
dependencies:
- allOf:
- monitoring
environmentKinds:
- tenant
- legacy
values:
blackboxExporter.additionalTargetURLs:
displayName: Additional Target URLs
config:
type: string_array
contests.kafka.enabled:
displayName: Enable Kafka checks
config:
type: bool
contests.kafka.pool:
displayName: Kafka pool
computed:
template: '"{{ .Env.aiven_project }}"'
contests.opensearch.project:
displayName: OpenSearch project
computed:
template: '"{{ .Env.aiven_project }}"'
contests.storage.enabled:
displayName: Enable storage checks (GCP postgres + bucket)
config:
type: bool
contests.bigquery.enabled:
displayName: Enable BigQuery checks
config:
type: bool
contests.opensearch.enabled:
displayName: Enable OpenSearch checks
config:
type: bool
contests.redis.enabled:
displayName: Enable Redis checks
config:
type: bool
contests.azureApp.enabled:
displayName: Enable Azure app checks
config:
type: bool