44 lines
612 B
YAML
44 lines
612 B
YAML
replicaCount: 1
|
|
|
|
image:
|
|
repository: prometheusmsteams/prometheus-msteams
|
|
tag: v1.3.3
|
|
pullPolicy: IfNotPresent
|
|
|
|
extraEnvs:
|
|
|
|
container:
|
|
port: 2000
|
|
additionalArgs: []
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 10m
|
|
memory: 32Mi
|
|
requests:
|
|
cpu: 1m
|
|
memory: 8Mi
|
|
|
|
service:
|
|
type: ClusterIP
|
|
port: 2000
|
|
|
|
nodeSelector: {}
|
|
|
|
tolerations: []
|
|
|
|
affinity: {}
|
|
|
|
# Replace this!
|
|
connectors:
|
|
- alertmanager: https://outlook.office.com/webhook/xxxxx/IncomingWebhook/xxxx/xxxxx
|
|
|
|
|
|
## Specify the custom message card template for MS teams
|
|
# customCardTemplate: |
|
|
# {{ define "teams.card" }}
|
|
# {
|
|
#
|
|
# }
|
|
# {{ end }}
|