mirror of https://git.rancher.io/charts
50 lines
1.1 KiB
Diff
50 lines
1.1 KiB
Diff
--- charts-original/values.yaml
|
|
+++ charts/values.yaml
|
|
@@ -2,9 +2,21 @@
|
|
# This is a YAML-formatted file.
|
|
# Declare variables to be passed into your templates.
|
|
|
|
+global:
|
|
+ cattle:
|
|
+ psp:
|
|
+ enabled: false
|
|
+ systemDefaultRegistry: ""
|
|
+ namespaceOverride: ""
|
|
+
|
|
+nameOverride: "prom2teams"
|
|
+fullnameOverride: ""
|
|
+
|
|
+replicaCount: 1
|
|
+
|
|
image:
|
|
- repository: idealista/prom2teams
|
|
- tag:
|
|
+ repository: rancher/mirrored-idealista-prom2teams
|
|
+ tag: 4.2.1
|
|
pullPolicy: IfNotPresent
|
|
|
|
resources:
|
|
@@ -22,7 +34,7 @@
|
|
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")
|
|
@@ -45,3 +57,13 @@
|
|
fsGroup: 101
|
|
# readOnlyRootFilesystem is a flag to enable readOnlyRootFilesystem for the Hazelcast security context
|
|
readOnlyRootFilesystem: true
|
|
+
|
|
+## Node labels for pod assignment
|
|
+## Ref: https://kubernetes.io/docs/user-guide/node-selection/
|
|
+##
|
|
+nodeSelector: {}
|
|
+
|
|
+## List of node taints to tolerate (requires Kubernetes >= 1.6)
|
|
+tolerations: []
|
|
+
|
|
+affinity: {}
|