Open isehuetdk opened 3 years ago
As this is not an issue like a bug or a feature request this should be closed. https://community.influxdata.com/ should be the right way for support.
Using HOST=127.0.0.1
does never work behind a cluster ip at all. Use 0.0.0.0
instead, for your traffic will be natted.
Trying to host Chronograf on Kubernetes behind a NGINX ingress controller that runs on https://k8sURL/chronograf/. Running on version 1.8.7 using port 8888 on the application, chronograf service is running on 8080 and pointing to targetPort 8888 of the application.
Ingress controller to the service is configured as below:
I mounted a ConfigMap as below in the Deployment.
The ConfigMap includes some parameters: data:
When checking cat /etc/default/..data/chronograf, I can see that the variables from the ConfigMap are set correctly. But when checking through chronograf CLI, I can see that it is throwing this error, using the wrong IP address.
As if the /etc/default/chronograf setting is not applied to the server. I can thus also not browse through https://k8sFQDN/chronograf/, just getting a blank white page.
Any idea?