-
Notifications
You must be signed in to change notification settings - Fork 1
/
cortex.yaml
70 lines (69 loc) · 2.13 KB
/
cortex.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# Docs: https://docs.cortex.io/docs/reference/basics/entities#service-entities
openapi: 3.0.0
info:
title: vcluster-fs-syncer
description: >
Synchronizes `/var/lib/kubelet/pods` into predictable vcluster scoped paths
at `/var/lib/loft/<vclusterName>/pods`
x-cortex-type: service
x-cortex-slack:
channels:
- name: dev-tooling-design
notificationsEnabled: false
- name: dev-tooling-support
notificationsEnabled: false
- name: dt-oncall
notificationsEnabled: true
- name: fnd-dt-alerts
notificationsEnabled: true
x-cortex-owners:
- type: group
name: fnd-dt
provider: CORTEX
x-cortex-tag: vcluster-fs-syncer
x-cortex-git:
github:
repository: getoutreach/vcluster-fs-syncer
x-cortex-oncall:
pagerduty:
id: P9HJAUT
type: SERVICE
x-cortex-link:
## These are useful documentation links for this service. Please fill in the customLinks block if you have additional documentation links.
## name: The name of the link
## type: Choose one type from (dashboard,documentation,healthcheck,logs,metrics,runbook)
## url: The link url
## description(optional): Description to this link
- name: Team PagerDuty
type: incidents
url: https://outreach.pagerduty.com/teams/PLP0Z2V
- name: API Docs
type: api_documentation
url: https://engdocs.outreach.cloud/github.com/getoutreach/vcluster-fs-syncer#section-readme
## <<Stencil::Block(customLinks)>>
## <</Stencil::Block>>
x-cortex-custom-metadata:
app: vcluster-fs-syncer
name: vcluster-fs-syncer
repo: https://github.com/getoutreach/vcluster-fs-syncer
tier: tier_2
framework: stencil
language: Golang
stencil_version: v1.40.0-rc.1
golang_version: 1.22.6
cli: false
service: true
product: Outreach
lifecycle: in_development
## <<Stencil::Block(extraAliases)>>
## <</Stencil::Block>>
reporting_team: fnd-dt
lintroller: platinum
x-cortex-groups:
- lifecycle:in_development
- tier:tier_2
- product:Outreach
- language:Golang
- framework:stencil
- type:service
- engOrg:fnd