Helm Chart of Haproxy in K8S (for Postgres Patroni cluster)
Use the following command to render the Helm Chart:
helm template . --name-template=patroni-haproxy --set-file haproxy.config="configs/haproxy.cfg"
OR put a config into the values file to haproxy.config key
haproxy:
config: |-
example
helm template . --name-template=patroni-haproxy