rancher-charts/charts/rancher-sachet/1.0.100/values.yaml

64 lines
1.3 KiB
YAML

# Default values for sachet.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
global:
cattle:
systemDefaultRegistry: ""
namespaceOverride: ""
nameOverride: "sachet"
fullnameOverride: ""
configReloader:
repository: rancher/mirrored-jimmidyson-configmap-reload
pullPolicy: IfNotPresent
tag: v0.4.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.2.3
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
nodeSelector: {}
tolerations: []
affinity: {}