Skip to content

Commit

Permalink
add service catalog file (#1293)
Browse files Browse the repository at this point in the history
  • Loading branch information
celenechang authored and mftoure committed Oct 3, 2024
1 parent f5932f5 commit 48e72bf
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions service.datadog.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
schema-version: v2.2
dd-service: datadog-operator
team: container-ecosystems
contacts:
- type: slack
contact: https://dd.slack.com/archives/C037CDX0WJV
- type: email
contact: [email protected]
links:
- name: Runbook
type: runbook
url: https://datadoghq.atlassian.net/wiki/spaces/ContEco/pages/2446754987/Runbooks
- name: datadog-operator
type: repo
provider: github
url: https://github.com/DataDog/datadog-operator
- name: deployment
type: repo
provider: github
url: https://github.com/DataDog/k8s-datadog-agent-ops
- name: internal-chart
type: repo
provider: github
url: https://github.com/DataDog/k8s-resources/tree/master/k8s/datadog-operator
- name: internal-image
type: repo
provider: github
url: https://github.com/DataDog/images/tree/master/datadog-operator
- name: On Call documentation
type: doc
provider: confluence
url: https://datadoghq.atlassian.net/wiki/spaces/ContEco/pages/2445645960/On+Call
tags:
- app:datadog-operator
- service:datadog-operator
- team:container-ecosystems
integrations:
pagerduty:
service-url: https://datadog.pagerduty.com/service-directory/PFZC0QZ
extensions:
datadoghq.com/sdp:
conductor:
slack: "container-ecosystems"
options:
rollout_strategy: "installation"
targets:
- name: "nightly-build"
# For now, this config is mandatory, even if the target is not a ci_pipeline CNAB object.
# Setting this to a placeholder value for now, the intended pipeline that will be triggered will
# be the one that is defined in the main .gitlab-ci.yml file.
ci_pipeline: "//fake_placeholder:fake_placeholder"
parent_environments:
- "staging"
branch: "main"
schedule: "10 3 * * SUN-THU"
# workflows:

0 comments on commit 48e72bf

Please sign in to comment.