Open Rusiecki opened 2 years ago
Yes ingress works. I use lets-encrypt for cert generation. https://github.com/bsgrigorov/dbeaver-helm/blob/main/chart/values.yaml#L34
Do you have nginx ingress controller installed in your cluster? That is a requirement to use the ingress resource I have written. Also you would need cert manager with lets-encrypt to generate the certs. There are other solutions you could use, but this is the one I have implemented. https://cloud.yandex.com/en-ru/docs/managed-kubernetes/tutorials/ingress-cert-manager
The TLS connection works fine. somehow I cannot connect to the backend of cloudbeaver from the ingress..
Could you send me your templated helm chart ? Of course remove all the sensitive data.
Hey @bsgrigorov, I am wondering if your helm chart is working via ingress or if it only useable via a port-forward. I am not sure where my error is but somehow I am not able to get to cloudbeaver via configured url.
I mostly get an 504 / Bad Gateway. Since I am not allowed to run those Pods in root I added some things here and there.