I have a mixed architecture cluster of x64 and ARM64 nodes. I follow the instructions at https://docs.percona.com/percona-operator-for-postgresql/2.0/helm.htmland the pods come up fine. I move on to https://docs.percona.com/percona-operator-for-postgresql/2.0/connect.html and get
psql: error: connection to server at "pdb-pg-db-pgbouncer.percona.svc" (10.43.68.185), port 5432 failed: FATAL: query_wait_timeout
connection to server at "pdb-pg-db-pgbouncer.percona.svc" (10.43.68.185), port 5432 failed: FATAL: SSL required
pod "pg-client" deleted
pod percona/pg-client terminated (Error)
This makes me Is it me or the docs? Can I turn off SSL? I see nothing about SSL when I ‘helm show values’. This is for my home lab, so I am okay without ssl. If I leave ssl on, how do I configure random clients?