forked from getsentry/snuba
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.freight.yml
48 lines (47 loc) · 1.42 KB
/
.freight.yml
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
47
48
# sentry:
# organization: sentry
# project: snuba
# repository: getsentry/snuba
steps:
- kind: KubernetesDeployment
selector:
label_selector: service=snuba
containers:
- image: us.gcr.io/sentryio/snuba:{sha}
name: api
- image: us.gcr.io/sentryio/snuba:{sha}
name: consumer
- image: us.gcr.io/sentryio/snuba:{sha}
name: errors-consumer
- image: us.gcr.io/sentryio/snuba:{sha}
name: errors-replacer
- image: us.gcr.io/sentryio/snuba:{sha}
name: replacer
- image: us.gcr.io/sentryio/snuba:{sha}
name: transactions-consumer
- image: us.gcr.io/sentryio/snuba:{sha}
name: spans-consumer
- image: us.gcr.io/sentryio/snuba:{sha}
name: sessions-consumer
- image: us.gcr.io/sentryio/snuba:{sha}
name: outcomes-consumer
- image: us.gcr.io/sentryio/snuba:{sha}
name: loadbalancer-outcomes-consumer
- image: us.gcr.io/sentryio/snuba:{sha}
name: events-subscriptions-consumer
- image: us.gcr.io/sentryio/snuba:{sha}
name: transactions-subscriptions-consumer
- image: us.gcr.io/sentryio/snuba:{sha}
name: cdc-consumer
- image: us.gcr.io/sentryio/snuba:{sha}
name: cdc-groupassignee-consumer
- image: us.gcr.io/sentryio/snuba:{sha}
name: querylog-consumer
- kind: KubernetesCronJob
selector:
label_selector: service=snuba
containers:
- image: us.gcr.io/sentryio/snuba:{sha}
name: cleanup
- image: us.gcr.io/sentryio/snuba:{sha}
name: optimize