Kirill Petrov

Results 16 comments of Kirill Petrov

Example values to make helm chart work: values.yaml ```yaml backstage: image: tag: 1.26.3 appConfig: app: baseUrl: http://localhost:7007 backend: auth: keys: # random-bytes-base64 - secret: aWVzaGllZ2g1aHUzbWVldGg1QWVtb29sCg== args: - "--config" - "/app/app-config.yaml"...

Thanks for the answer. > Are you already using this operator or just evaluating? Yes, we have been using the operator for a couple years for now in production. There...

Hi @Demch1k, thanks for the improvement — this seems very useful. A couple of questions: 1) Given your experience supporting 300+ Postgres clusters, what QPS and burst values have you...

@FxKu I brought the docs https://github.com/zalando/postgres-operator/pull/2892, RFR

Here is reproduce of negative `dns_queries`: https://github.com/iosadchiy/pgx_pgbouncer_issue ``` $ docker-compose up $ psql -h localhost -p 6432 -U postgres pgbouncer -c "show lists" | grep dns_queries dns_queries | -5579 ```

> FYI I have the same issue => negative `dns_queries` @chobostar I know it's been a long time but have you found any resolution? @saadbahir we stopped using pgbouncer after...