jetstack / kube-lego

DEPRECATED: Automatically request certificates for Kubernetes Ingress resources from Let's Encrypt
Apache License 2.0
2.16k stars 267 forks source link

Ingress providers setting #194

Closed rochacon closed 7 years ago

rochacon commented 7 years ago

This PR introduces the LEGO_INGRESS_PROVIDERS environment variable to customize the desired providers to be loaded, current valid options: gce and nginx.

Related to #192

munnerz commented 7 years ago

Closed in favour of #202 (with LEGO_SUPPORTED_INGRESS_PROVIDER).

Thanks for the work on this however!