76 lines
3.1 KiB
YAML
76 lines
3.1 KiB
YAML
config:
|
|
- CDpush-notification-service-PROD: msTeams.json
|
|
- CDpush-notification-service-E2E: msTeams.json
|
|
- CDpush-notification-service-INT: msTeams.json
|
|
|
|
#Prod notification system for EMEA/NA/CN
|
|
#Dry-run needed for all hubs
|
|
CDpush-notification-service-PROD:
|
|
- name: CD_push-notification-service PROD
|
|
- alertingProfile: CD_push-notification-service/alerting-profile/CDpush-notification-service-PROD.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "true"
|
|
#Configuration
|
|
CDpush-notification-service-PROD.EMEA-Prod:
|
|
- name: CD_push-notification-service PROD
|
|
- alertingProfile: CD_push-notification-service/alerting-profile/CDpush-notification-service-PROD.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "false"
|
|
CDpush-notification-service-PROD.NA-Prod:
|
|
- name: CD_push-notification-service PROD
|
|
- alertingProfile: CD_push-notification-service/alerting-profile/CDpush-notification-service-PROD.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "false"
|
|
CDpush-notification-service-PROD.CN-Prod:
|
|
- name: CD_push-notification-service PROD
|
|
- alertingProfile: CD_push-notification-service/alerting-profile/CDpush-notification-service-PROD.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "false"
|
|
|
|
#E2E notification system for EMEA/NA/CN
|
|
#Dry-run needed for all hubs
|
|
CDpush-notification-service-E2E:
|
|
- name: CD_push-notification-service E2E
|
|
- alertingProfile: CD_push-notification-service/alerting-profile/CDpush-notification-service-E2E.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "true"
|
|
#Configuration
|
|
CDpush-notification-service-E2E.EMEA-Prod:
|
|
- name: CD_push-notification-service E2E
|
|
- alertingProfile: CD_push-notification-service/alerting-profile/CDpush-notification-service-E2E.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "false"
|
|
CDpush-notification-service-E2E.NA-Prod:
|
|
- name: CD_push-notification-service E2E
|
|
- alertingProfile: CD_push-notification-service/alerting-profile/CDpush-notification-service-E2E.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "false"
|
|
CDpush-notification-service-E2E.CN-Prod:
|
|
- name: CD_push-notification-service E2E
|
|
- alertingProfile: CD_push-notification-service/alerting-profile/CDpush-notification-service-E2E.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "false"
|
|
|
|
#INT notification system for EMEA/NA/CN
|
|
#Dry-run needed for all hubs
|
|
CDpush-notification-service-INT:
|
|
- name: CD_push-notification-service INT
|
|
- alertingProfile: CD_push-notification-service/alerting-profile/CDpush-notification-service-INT.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "true"
|
|
#Configuration
|
|
CDpush-notification-service-INT.EMEA-PreProd:
|
|
- name: CD_push-notification-service INT
|
|
- alertingProfile: CD_push-notification-service/alerting-profile/CDpush-notification-service-INT.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "false"
|
|
CDpush-notification-service-INT.NA-PreProd:
|
|
- name: CD_push-notification-service INT
|
|
- alertingProfile: CD_push-notification-service/alerting-profile/CDpush-notification-service-INT.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "false"
|
|
CDpush-notification-service-INT.CN-PreProd:
|
|
- name: CD_push-notification-service INT
|
|
- alertingProfile: CD_push-notification-service/alerting-profile/CDpush-notification-service-INT.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "false" |