forked from grafana/tempo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmicroservices-extras.yaml
More file actions
45 lines (45 loc) · 895 Bytes
/
microservices-extras.yaml
File metadata and controls
45 lines (45 loc) · 895 Bytes
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
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
ingress.kubernetes.io/ssl-redirect: 'false'
name: ingress
namespace: default
spec:
rules:
- http:
paths:
- backend:
service:
name: grafana
port:
number: 80
path: /
pathType: Prefix
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: xk6-tracing
namespace: default
spec:
minReadySeconds: 10
replicas: 1
revisionHistoryLimit: 10
selector:
matchLabels:
app: xk6-tracing
name: xk6-tracing
template:
metadata:
labels:
app: xk6-tracing
name: xk6-tracing
spec:
containers:
- env:
- name: ENDPOINT
value: tempo-distributor:4317
image: ghcr.io/grafana/xk6-client-tracing:v0.0.7
imagePullPolicy: IfNotPresent
name: xk6-tracing