summaryrefslogtreecommitdiffstats
path: root/mcp/reclass/classes/system/haproxy/proxy/listen/oss/postgresql.yml
diff options
context:
space:
mode:
Diffstat (limited to 'mcp/reclass/classes/system/haproxy/proxy/listen/oss/postgresql.yml')
-rw-r--r--mcp/reclass/classes/system/haproxy/proxy/listen/oss/postgresql.yml32
1 files changed, 0 insertions, 32 deletions
diff --git a/mcp/reclass/classes/system/haproxy/proxy/listen/oss/postgresql.yml b/mcp/reclass/classes/system/haproxy/proxy/listen/oss/postgresql.yml
deleted file mode 100644
index 1bc1f44c9..000000000
--- a/mcp/reclass/classes/system/haproxy/proxy/listen/oss/postgresql.yml
+++ /dev/null
@@ -1,32 +0,0 @@
-parameters:
- _param:
- haproxy_postgresql_bind_host: ${_param:haproxy_bind_address}
- haproxy_postgresql_bind_port: 5432
- haproxy_postgresql_exposed_port: 15432
- haproxy_postgresql_ssl:
- enabled: false
- haproxy:
- proxy:
- listen:
- postgresql:
- mode: tcp
- balance: source
- options:
- - tcp-check
- binds:
- - address: ${_param:haproxy_postgresql_bind_host}
- port: ${_param:haproxy_postgresql_bind_port}
- ssl: ${_param:haproxy_postgresql_ssl}
- servers:
- - name: ${_param:cluster_node01_name}
- host: ${_param:cluster_node01_address}
- port: ${_param:haproxy_postgresql_exposed_port}
- params: check port ${_param:haproxy_postgresql_exposed_port}
- - name: ${_param:cluster_node02_name}
- host: ${_param:cluster_node02_address}
- port: ${_param:haproxy_postgresql_exposed_port}
- params: backup check port ${_param:haproxy_postgresql_exposed_port}
- - name: ${_param:cluster_node03_name}
- host: ${_param:cluster_node03_address}
- port: ${_param:haproxy_postgresql_exposed_port}
- params: backup check port ${_param:haproxy_postgresql_exposed_port}