travelaudience / kubernetes-nexus

Run Sonatype Nexus Repository Manager OSS on top of Kubernetes (GKE). Includes instructions for automated backups (GCS) and day-to-day usage.
Apache License 2.0
130 stars 61 forks source link

TLS #38

Closed leoamigud closed 6 years ago

leoamigud commented 6 years ago

I am trying to setup nexus via HTTPS following instructions.

I've created a static IP address named "nexus" and updated ingress settings as: kubernetes.io/ingress.global-static-ip-name: nexus

after ingress and nexus-proxy deployments i still dont see that IP is use and kube-lego is failing to access nexus to setup the certificate: authorization failed after 1m0s: reachability test failed: wrong status code '404'" context=acme domain=containers.mydomain.com

Please suggest, Leo

pires commented 6 years ago

Hello @leoamigud! So did you find the solution?

leoamigud commented 6 years ago

Yes, thank you. Basically, it was a combination of issues. One - it MUST be a global static IP (not the regional one).