Skip to content

Commit

Permalink
chore(alerts): cleanup test values file
Browse files Browse the repository at this point in the history
  • Loading branch information
ibakshay committed Sep 19, 2024
1 parent dc79067 commit e365fad
Showing 1 changed file with 1 addition and 37 deletions.
38 changes: 1 addition & 37 deletions alerts/ci/test-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,8 @@ alerts:

ingress:
enabled: true
crds:
enabled: true
hosts:
- alertmanager.{{ .Release.Namespace }}.svc.cluster.local
- dummy-host

## By default, a ca-bundle is deployed to enable tls between Prometheus and Alertmanager
annotations:
Expand Down Expand Up @@ -214,40 +212,6 @@ alerts:
name: alertmanager-notification-templates
name: alertmanager-notification-templates

## Alertmanager integration with Slack and Webhooks
alertmanagerConfig:
slack:
routes:
# - name: slack-info-route
# channel: slack-info-channel
# webhookURL: https://hooks.slack.com/services/some-id
# matchers:
# - name: severity
# matchType: "="
# value: "info"
# - name: slack-warning-route
# channel: slack-warning-channel
# webhookURL: https://hooks.slack.com/services/some-id
# matchers:
# - name: severity
# matchType: "="
# value: "warning"
# - name: slack-critical-route
# channel: slack-critical-channel
# webhookURL: https://hooks.slack.com/services/some-id
# matchers:
# - name: severity
# matchType: "="
# value: "critical"


webhook:
routes:
# - name: webhook-route
# url: https://some-webhook-url
# matchers:
# - name: alertname
# matchType: "=~"

testFramework:
enabled: true
Expand Down

0 comments on commit e365fad

Please sign in to comment.