ckotzbauer_helm-charts/charts/access-manager/values.yaml

38 lines
686 B
YAML

# Default values for access-manager.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
image:
repository: ghcr.io/ckotzbauer/access-manager
tag: 0.7.0
pullPolicy: IfNotPresent
podAnnotations: {}
resources:
requests:
cpu: 10m
memory: 128Mi
limits:
cpu: 50m
memory: 128Mi
securityContext:
privileged: false
runAsUser: 1001
runAsNonRoot: true
serviceAccount:
# Specifies whether a ServiceAccount should be created
create: true
# The name of the ServiceAccount to use.
# If not set and create is true, a name is generated using the fullname template
name:
nodeSelector: {}
tolerations: []
affinity: {}