2022-05-03 18:11:49 +02:00

84 lines
1.8 KiB
YAML

# Default values for caddy-ingress-controller.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 2
# Use to test in minikube context
minikube: false
image:
repository: caddy/ingress
pullPolicy: IfNotPresent
tag: "v0.1.1"
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
# Default values for the caddy ingress controller.
ingressController:
watchNamespace: ""
verbose: false
rbac:
create: true
leaseId: ""
config:
# -- Acme Server URL
acmeCA: ""
debug: false
email: ""
metrics: true
proxyProtocol: false
experimentalSmartSort: false
onDemandTLS: false
# onDemandRateLimitInterval:
# onDemandRateLimitBurst:
# onDemandAsk:
serviceAccount:
# Specifies whether a service account should be created
create: true
# Annotations to add to the service account
annotations: {}
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name: "caddy-ingress-controller"
podAnnotations: {}
podSecurityContext: {}
# fsGroup: 2000
podDisruptionBudget:
minAvailable: 1
maxUnavailable:
securityContext:
allowPrivilegeEscalation: true
capabilities:
drop:
- ALL
add:
- NET_BIND_SERVICE
runAsUser: 0
runAsGroup: 0
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: {}