Danny e8b9c8b94c Merged in feature/config (pull request #2)
Provide ability to configure caddy ingress controller

* Update helm charts
  * Default install into caddy-sytem namespace
  * Allow inter namespace service discovery
2019-05-06 21:29:41 +00:00

36 lines
928 B
YAML

# Default values for the caddy ingress controller.
kubernetes:
host: https://kubernetes.default
caddyingresscontroller:
tolerations: {}
deployment:
labels:
version: "v0.1.0"
config:
labels:
version: "v0.1.0"
rbac:
create: true
# Service account config for the agent pods
serviceAccount:
# Specifies whether a ServiceAccount should be created
create: true
labels:
version: "v0.1.0"
# The name of the ServiceAccount to use.
# If not set and create is true, a name is generated using the fullname template
name: caddy-ingress-controller
image:
name: "gcr.io/danny-239313/ingresscontroller"
tag: "v0.1.0"
pullPolicy: IfNotPresent
name: "caddy-ingress-controller"
serviceAccountName: "caddy-ingress-controller"
minikube: false
# If setting autotls the following email value must be set
# to an email address that you manage
autotls: false
email: ""