Skip to content

ivanov-danil/haproxy-patroni

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Haproxy

Helm Chart of Haproxy in K8S (for Postgres Patroni cluster)

Usage

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