Skip to content

Commit

Permalink
MS Team notification
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwani-opstree authored Oct 12, 2024
1 parent 9ae246a commit bdc8a63
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
11 changes: 9 additions & 2 deletions charts/victoriametrics/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: vm
description: A Helm chart for victoriametrics
type: application
version: 0.0.2
appVersion: v0.0.2
version: 0.0.3
appVersion: v0.0.3
maintainers:
- name: ashwani-opstree

Expand All @@ -22,3 +22,10 @@ dependencies:
- blackbox
alias: blackbox
condition: blackbox.enabled
- name: prometheus-msteams
version: 1.3.4
repository: https://prometheus-msteams.github.io/prometheus-msteams/
tags:
- msteams
alias: msteams
condition: msteams.enabled
17 changes: 17 additions & 0 deletions charts/victoriametrics/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
vm:
victoria-metrics-operator:
cleanupCRD: false
defaultDashboardsEnabled: false
experimentalDashboardsEnabled: false
prometheus-node-exporter:
Expand Down Expand Up @@ -239,3 +241,18 @@ blackbox:
preferred_ip_protocol: "ip4"
fail_if_ssl: false
fail_if_not_ssl: false

ms-teams:
enabled: false
image:
repository: quay.io/prometheusmsteams/prometheus-msteams
tag: 1.5.2
resources:
limits:
cpu: 200m
memory: 500Mi
requests:
cpu: 100m
memory: 250Mi
connectors: {}

0 comments on commit bdc8a63

Please sign in to comment.