Skip to content

Initial attempt at a second ingress controller for staging.

Justin Palpant requested to merge support-staging-env into master

Does not use kube-lego, because the HTTP-01 challenge strictly authenticates on port 80, which is used by staging. Since staging was going to use invalid certs anyway, this just has nginx generate them.

Closes #21 (closed) when ready.

Merge request reports