You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've deployed to my GCE / GKE environment with ./deploy.
After after everything is up, I can proxy to all instances.
But if I deploy the Nginx ingress over tools/ingress/init.sh I'm getting first a 400 error in the UI.
This could be solved with changing the service type from ClusterIP to NodePort for all services.
Now the status looks good and I can reach my test domain grafana.example.com
But I get a 404 error for all files except the initial html document.
Any idea?
The text was updated successfully, but these errors were encountered:
Hi @khaefeli, sorry for the late response. Have to do more tests on Google Cloud. I'm using AWS and didn't test it much on Google Cloud. I'll set a cluster and test it in the next couple of weeks.
I've deployed to my GCE / GKE environment with
./deploy
.After after everything is up, I can proxy to all instances.
But if I deploy the Nginx ingress over
tools/ingress/init.sh
I'm getting first a 400 error in the UI.This could be solved with changing the service type from
ClusterIP
toNodePort
for all services.Now the status looks good and I can reach my test domain grafana.example.com
But I get a 404 error for all files except the initial html document.
Any idea?
The text was updated successfully, but these errors were encountered: