nikkytub

Results 9 comments of nikkytub

Thank you @Braineanear for the PR. We want to deploy it in our dev env to explore it. Any updates here @simonprev? Can you please merge this PR?

Hi @Braineanear, It seems like your helm chart doesn't include postgres installation. You are specifying the configuration [here](https://github.com/mirego/accent/blob/d5f81812bc245b8a019337b2527a9d8be7e98faa/k8s/helm/values.yaml#L59). However, the actual deployment [here](https://github.com/mirego/accent/blob/d5f81812bc245b8a019337b2527a9d8be7e98faa/k8s/helm/templates/deployment.yaml#L19) has no postgres container. At the moment...

Hi @Braineanear, the assumption of Postgres requires additional time and efforts and without proper documentation it becomes tedious. The Helm installation should be easy and straightforward that enables people to...

Hi @Braineanear, I am not involved with the development of accent nor I am maintaining it. I think it is better if @simonprev or other contributors can answer here.

Hi @Braineanear, I gave it a try. You are right, the pods are restarting and attached are the detailed logs. [logs.txt](https://github.com/mirego/accent/files/15297215/logs.txt)

@Braineanear, Haha, I found the problem. It was crashing due to OOM killed. Increase the memory and it will be fine :-) New logs: ` k logs accent-accent-674dd7b7c7-ftmpd -n accent...

Hi @Braineanear, It is working fine in our setup. ` k get po -n accent NAME READY STATUS RESTARTS AGE accent-accent-674dd7b7c7-ftmpd 1/1 Running 0 5h26m accent-postgres-0 1/1 Running 0 6h10m...

> @simonprev @nikkytub any updates Hi @Braineanear, Sorry, I got some other things to work on and couldn't continue as of now. Perhaps, will continue in a couple of weeks....

Hi @Braineanear, have you resolved the problem? I spent some time here recently. In our setup, it is working as intended.