Skip to content

Instantly share code, notes, and snippets.

@ranhsd
Last active June 11, 2017 05:18
Show Gist options
  • Save ranhsd/d7479e8b7579b4e04ec840a9af808814 to your computer and use it in GitHub Desktop.
Save ranhsd/d7479e8b7579b4e04ec840a9af808814 to your computer and use it in GitHub Desktop.
kube-lego-configmap.yml
apiVersion: v1
kind: ConfigMap
metadata:
name: kube-lego
namespace: kube-lego
data:
# modify this to specify your email address
lego.email: "<YOUR_EMAIL_ADDRESS>"
# configure letencrypt's staging api
# replace with "https://acme-v01.api.letsencrypt.org/directory" to use the production API
# when running your app in production
lego.url: https://acme-staging.api.letsencrypt.org/directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment