-
Notifications
You must be signed in to change notification settings - Fork 63
GCE ingress with routes always falls back to default-http-backend #39
Comments
Did you solve this issue? I'm facing the same problem |
Hi |
@jeff-knurek @TAvardit can you help here? It seems to me this is a misconfiguration of the host-related attributes but I'm not experienced w/ the Helm charts. |
Hi @alan-ma-umg something in your configurations seems off - your Nexus domains don't match the SSL domains. |
In my case I fixed it by adding |
I forgot to mention I'm also using GKE. I was using the nexus proxy before but I've disabled it since I had some problems with timeouts with very large uploads |
The helm chart was changed to support other providers except for GKE but on the README the comment about the ingress path mention the need to use /* for GKE. |
I was uploading some packages about 500MB, and jetty would timeout since they took longer than 30seconds. I'll try to update to the newest version and retry, if there's a problem I'll make a new issue not to hijack this one. |
I installed the helm chart 1.5.1 into a GKE cluster:
helm install -f values.yaml --name cicd stable/sonatype-nexus
When the ingress is ready, I always get "default backend - 404" when visiting my nexus service IP/host.
Output from the dryrun
$ helm install --dry-run --debug -f values.yaml stable/sonatype-nexus
:My full values.yaml content:
Please advise.
Thanks!
The text was updated successfully, but these errors were encountered: