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

Hardcoded deployment label in created service #250

Open blacksails opened 7 years ago

blacksails commented 7 years ago

It is a problem that the deployment name is hard coded in the selector created service. I want to run two instances of kube-lego in parallel, one using the staging url and the other using production.

https://github.com/jetstack/kube-lego/blob/6b5cb1375c44d7a98feea9eef96b8dda4a8fd65d/pkg/service/service.go#L106

ankon commented 6 years ago

(This is a duplicate of https://github.com/jetstack/kube-lego/issues/25)