MohamadAli
MohamadAli
Yep, of course. I'll give it a try this weekend :-)
Any update on this issue?
We've faced the same issue. The Kafka consumers are active and working fine, but not listed in burrow consumers.
Any update on this?
As I prefer everything as code, I wanted to set up it on a Kubernetes environment, with just a `kubectl apply` command or on ArgiCD. So, it would be nice...
Sure. You should mount this file on `/app/migrations/202205082056_my_init`. > Named like this to place it after all other migrations ``` INSERT INTO tenants ( id, name, subdomain, created_at, cname, invitation,...
We resolved the same problem by customizing `ui/default.nginx.conf`. You can refer [here](https://github.com/snapp-incubator/opencost/commit/95f85c5b595ec11cb50b90d4563ac0742287a8ad) for more details. https://github.com/opencost/opencost/blob/9c1f94b12d5ebba4c619ad7056d600e65fe902c3/ui/default.nginx.conf.template#L69-L71 It would be nice to make it configurable by env variables or something else.
Yes @laurentiuspurba, we build and push the built image to local artifact repository and use it.