2021-05-17 22:30:18 +00:00
|
|
|
# Default values for sachet.
|
|
|
|
# This is a YAML-formatted file.
|
|
|
|
# Declare variables to be passed into your templates.
|
|
|
|
|
|
|
|
global:
|
|
|
|
cattle:
|
2023-01-27 20:02:36 +00:00
|
|
|
psp:
|
|
|
|
enabled: false
|
2021-05-17 22:30:18 +00:00
|
|
|
systemDefaultRegistry: ""
|
|
|
|
namespaceOverride: ""
|
|
|
|
|
|
|
|
nameOverride: "sachet"
|
|
|
|
fullnameOverride: ""
|
|
|
|
|
|
|
|
configReloader:
|
|
|
|
repository: rancher/mirrored-jimmidyson-configmap-reload
|
|
|
|
pullPolicy: IfNotPresent
|
2022-12-09 02:51:42 +00:00
|
|
|
tag: v0.8.0
|
2021-05-17 22:30:18 +00:00
|
|
|
|
|
|
|
sachet:
|
|
|
|
# reference: https://github.com/messagebird/sachet/blob/master/examples/config.yaml
|
|
|
|
providers: {}
|
|
|
|
|
|
|
|
receivers: []
|
|
|
|
|
|
|
|
replicaCount: 1
|
|
|
|
|
|
|
|
image:
|
|
|
|
repository: rancher/mirrored-messagebird-sachet
|
|
|
|
pullPolicy: IfNotPresent
|
2022-12-09 02:51:42 +00:00
|
|
|
tag: 0.3.1
|
2021-05-17 22:30:18 +00:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2022-03-17 23:00:53 +00:00
|
|
|
## 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: []
|
2021-05-17 22:30:18 +00:00
|
|
|
|
|
|
|
affinity: {}
|