rancher-charts/packages/rancher-prom2teams/generated-changes/patch/values.yaml.patch

49 lines
1.2 KiB
Diff

--- charts-original/values.yaml
+++ charts/values.yaml
@@ -2,9 +2,19 @@
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
+global:
+ cattle:
+ systemDefaultRegistry: ""
+ namespaceOverride: ""
+
+nameOverride: "prom2teams"
+fullnameOverride: ""
+
+replicaCount: 1
+
image:
- repository: idealista/prom2teams
- tag:
+ repository: rancher/mirrored-idealista-prom2teams
+ tag: 3.2.1
pullPolicy: IfNotPresent
resources:
@@ -22,9 +32,12 @@
prom2teams:
host: 0.0.0.0
port: 8089
- connector:
+ connector: the-connector-url
connectors: {}
+ # group_alerts_by can be one of
+ # ("name" | "description" | "instance" | "severity" | "status" | "summary" | "fingerprint" | "runbook_url")
group_alerts_by:
+ # loglevel can be one of (DEBUG | INFO | WARNING | ERROR | CRITICAL)
loglevel: INFO
templatepath: /opt/prom2teams/helmconfig/teams.j2
config: /opt/prom2teams/helmconfig/config.ini
@@ -41,3 +54,9 @@
fsGroup: 65534
# readOnlyRootFilesystem is a flag to enable readOnlyRootFilesystem for the Hazelcast security context
readOnlyRootFilesystem: true
+
+nodeSelector: {}
+
+tolerations: []
+
+affinity: {}