-
Notifications
You must be signed in to change notification settings - Fork 15
/
Sidecarfile
46 lines (46 loc) · 986 Bytes
/
Sidecarfile
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
cmd:
- name: jaeger-agent
command:
- /go/bin/agent-linux
- --collector.host-port=jaeger-collector.jaeger.svc.cluster.local:14267
image: jaegertracing/jaeger-agent:1.10
imagePullPolicy: IfNotPresent
ports:
- containerPort: 5775
protocol: UDP
- containerPort: 5778
protocol: TCP
- containerPort: 6831
protocol: UDP
- containerPort: 6832
protocol: UDP
resources:
limits:
cpu: 50m
memory: 50Mi
requests:
cpu: 25m
memory: 15Mi
worker:
- name: jaeger-agent
command:
- /go/bin/agent-linux
- --collector.host-port=jaeger-collector.jaeger.svc.cluster.local:14267
image: jaegertracing/jaeger-agent:1.10
imagePullPolicy: IfNotPresent
ports:
- containerPort: 5775
protocol: UDP
- containerPort: 5778
protocol: TCP
- containerPort: 6831
protocol: UDP
- containerPort: 6832
protocol: UDP
resources:
limits:
cpu: 50m
memory: 50Mi
requests:
cpu: 25m
memory: 15Mi