charts/charts/mautrix-whatsapp/values.yaml
Alex Manning 79961ebbfb
Some checks failed
ci/woodpecker/manual/mautrix-facebook Pipeline is pending
ci/woodpecker/manual/mautrix-whatsapp Pipeline is pending
ci/woodpecker/manual/common Pipeline failed
Inital commit.
2022-12-21 23:29:39 +00:00

57 lines
1.4 KiB
YAML

# Default values for mautrix-whatsapp.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
image:
repository: dock.mau.dev/mautrix/whatsapp
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
podAnnotations: {}
podSecurityContext:
runAsNonRoot: true
securityContext:
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 1337
runAsGroup: 1337
allowPrivilegeEscalation: false
service:
type: ClusterIP
port: 29318
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: {}
# Mautrix-whatsapp configuration must be in the config key here:
# however it is reccomended to keep it in a different file and
# use --set-file config=config.yaml when invoking helm.
# This allows diffing with the example configuration to update it.
config: {}