36 lines
1.1 KiB
YAML
36 lines
1.1 KiB
YAML
config:
|
|
- CDts-pservice: msTeams.json
|
|
|
|
# Notification System for EMEA/NA/CN Prod
|
|
CDts-pservice.EMEA-Prod:
|
|
- name: CD_ts-pservice PROD
|
|
- alertingProfile: CD_ts-pservice/alerting-profile/CDts-pservice.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "true"
|
|
CDts-pservice.NA-Prod:
|
|
- name: CD_ts-pservice PROD
|
|
- alertingProfile: CD_ts-pservice/alerting-profile/CDts-pservice.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "true"
|
|
CDts-pservice.CN-Prod:
|
|
- name: CD_ts-pservice PROD
|
|
- alertingProfile: CD_ts-pservice/alerting-profile/CDts-pservice.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "true"
|
|
|
|
# Notification System for EMEA/NA/CN PreProd
|
|
CDts-pservice.EMEA-PreProd:
|
|
- name: CD_ts-pservice INT
|
|
- alertingProfile: CD_ts-pservice/alerting-profile/CDts-pservice.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "true"
|
|
CDts-pservice.NA-PreProd:
|
|
- name: CD_ts-pservice INT
|
|
- alertingProfile: CD_ts-pservice/alerting-profile/CDts-pservice.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "true"
|
|
CDts-pservice.CN-PreProd:
|
|
- name: CD_ts-pservice INT
|
|
- alertingProfile: CD_ts-pservice/alerting-profile/CDts-pservice.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "true" |