rancher-charts/packages/rancher-alerting/rancher-sachet/charts/values.yaml

70 lines
1.5 KiB
YAML

# Default values for sachet.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
global:
cattle:
psp:
enabled: false
systemDefaultRegistry: ""
namespaceOverride: ""
nameOverride: "sachet"
fullnameOverride: ""
configReloader:
repository: rancher/mirrored-jimmidyson-configmap-reload
pullPolicy: IfNotPresent
tag: v0.8.0
sachet:
# reference: https://github.com/messagebird/sachet/blob/master/examples/config.yaml
providers: {}
receivers: []
replicaCount: 1
image:
repository: rancher/mirrored-messagebird-sachet
pullPolicy: IfNotPresent
tag: 0.3.1
imagePullSecrets: []
podAnnotations: {}
podSecurityContext:
securityContext:
runAsUser: 1000
runAsNonRoot: true
runAsGroup: 1000
service:
type: ClusterIP
port: 9876
nodePort: 30001
resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
## 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: {}