Skip to content

Instantly share code, notes, and snippets.

@mugithi
Created August 9, 2017 05:43
Show Gist options
  • Save mugithi/a49decf448454a8e0572f112bafbb519 to your computer and use it in GitHub Desktop.
Save mugithi/a49decf448454a8e0572f112bafbb519 to your computer and use it in GitHub Desktop.
## kube-lego configuration
## Ref: https://github.com/jetstack/kube-lego
##
config:
## Email address to use for registration with Let's Encrypt
##
LEGO_EMAIL: '[email protected]'
## Let's Encrypt API endpoint
## Production: https://acme-v01.api.letsencrypt.org/directory
## Staging: https://acme-staging.api.letsencrypt.org/directory
##
LEGO_URL: https://acme-v01.api.letsencrypt.org/directory
## kube-lego port
##
LEGO_PORT: 8080
## kube-lego image
##
image:
repository: jetstack/kube-lego
tag: 0.1.4
pullPolicy: IfNotPresent
## Node labels for pod assignment
## Ref: https://kubernetes.io/docs/user-guide/node-selection/
##
nodeSelector: {}
## Annotations to be added to pods
##
podAnnotations: {}
replicaCount: 1
## kube-lego resource limits & requests
## Ref: https://kubernetes.io/docs/user-guide/compute-resources/
##
resources: {}
# limits:
# cpu: 20m
# memory: 8Mi
# requests:
# cpu: 20m
# memory: 8Mi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment