questdb-kubernetes icon indicating copy to clipboard operation
questdb-kubernetes copied to clipboard

Configuration to run QuestDB in your Kubernetes cluster

Results 5 questdb-kubernetes issues
Sort by recently updated
recently updated
newest added

The current [service ](https://github.com/questdb/questdb-kubernetes/blob/3d510000217d7edaea664e90a64d954c8d1dd370/charts/questdb/templates/service.yaml#L30)and [statefulset ](https://github.com/questdb/questdb-kubernetes/blob/3d510000217d7edaea664e90a64d954c8d1dd370/charts/questdb/templates/statefulset.yaml#L52)yaml files have TCP protocol hard coded for the influxdb port, but UDP protocol is not configured. - port: {{ $influxdb.port }} targetPort: influxdb protocol:...

I would like to use a known FQDN for my grafana data source host which uses port 8812 but I'm struggling to see how the chart can support this since...

When I try to run helm chart I receive such error: `Error: failed to fetch https://questdb.github.io/questdb-kubernetes/questdb-0.20.8.tgz : 404 Not Found`

I installed questDB to my AKS cluster using helm, but my ingress is looking to route that is different from "/". The questdb console is trying to get js/css files...

depends on https://github.com/questdb/questdb/pull/4168