Initial attempt at a second ingress controller for staging.
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.