File tree 1 file changed +15
-16
lines changed
tests/e2e-targetallocator/targetallocator-kubernetessd
1 file changed +15
-16
lines changed Original file line number Diff line number Diff line change @@ -26,24 +26,23 @@ metadata:
26
26
data :
27
27
collector.yaml : |
28
28
exporters:
29
- prometheus:
30
- endpoint: 0.0.0.0:9090
31
- processors: null
29
+ prometheus:
30
+ endpoint: 0.0.0.0:9090
32
31
receivers:
33
- prometheus:
34
- config: {}
35
- target_allocator:
36
- collector_id: ${POD_NAME}
37
- endpoint: http://prometheus-kubernetessd-targetallocator:80
38
- interval: 30s
32
+ prometheus:
33
+ config: {}
34
+ target_allocator:
35
+ collector_id: ${POD_NAME}
36
+ endpoint: http://prometheus-kubernetessd-targetallocator:80
37
+ interval: 30s
39
38
service:
40
- pipelines:
41
- metrics:
42
- exporters:
43
- - prometheus
44
- processors: []
45
- receivers:
46
- - prometheus
39
+ pipelines:
40
+ metrics:
41
+ exporters:
42
+ - prometheus
43
+ processors: []
44
+ receivers:
45
+ - prometheus
47
46
---
48
47
# Print TA pod logs if test fails
49
48
apiVersion : kuttl.dev/v1beta1
You can’t perform that action at this time.
0 commit comments