mirror of https://git.rancher.io/charts
63 lines
1.5 KiB
YAML
63 lines
1.5 KiB
YAML
# Default values for prom2teams.
|
|
# 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: rancher/mirrored-idealista-prom2teams
|
|
tag: 3.2.1
|
|
pullPolicy: IfNotPresent
|
|
|
|
resources:
|
|
requests:
|
|
cpu: 100m
|
|
memory: 128Mi
|
|
limits:
|
|
cpu: 200m
|
|
memory: 200Mi
|
|
|
|
service:
|
|
type: ClusterIP
|
|
port: 8089
|
|
|
|
prom2teams:
|
|
host: 0.0.0.0
|
|
port: 8089
|
|
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
|
|
|
|
# Security Context properties
|
|
securityContext:
|
|
# enabled is a flag to enable Security Context
|
|
enabled: true
|
|
# runAsUser is the user ID used to run the container
|
|
runAsUser: 65534
|
|
# runAsGroup is the primary group ID used to run all processes within any container of the pod
|
|
runAsGroup: 65534
|
|
# fsGroup is the group ID associated with the container
|
|
fsGroup: 65534
|
|
# readOnlyRootFilesystem is a flag to enable readOnlyRootFilesystem for the Hazelcast security context
|
|
readOnlyRootFilesystem: true
|
|
|
|
nodeSelector: {}
|
|
|
|
tolerations: []
|
|
|
|
affinity: {}
|