aboutsummaryrefslogtreecommitdiffstats
path: root/mcp/reclass/classes/system/haproxy/proxy/listen/oss/pushkin.yml
diff options
context:
space:
mode:
Diffstat (limited to 'mcp/reclass/classes/system/haproxy/proxy/listen/oss/pushkin.yml')
-rw-r--r--mcp/reclass/classes/system/haproxy/proxy/listen/oss/pushkin.yml37
1 files changed, 0 insertions, 37 deletions
diff --git a/mcp/reclass/classes/system/haproxy/proxy/listen/oss/pushkin.yml b/mcp/reclass/classes/system/haproxy/proxy/listen/oss/pushkin.yml
deleted file mode 100644
index db33352ca..000000000
--- a/mcp/reclass/classes/system/haproxy/proxy/listen/oss/pushkin.yml
+++ /dev/null
@@ -1,37 +0,0 @@
-parameters:
- _param:
- haproxy_pushkin_bind_host: ${_param:haproxy_bind_address}
- haproxy_pushkin_bind_port: 8887
- haproxy_pushkin_exposed_port: 18887
- haproxy_pushkin_ssl:
- enabled: false
- haproxy:
- proxy:
- listen:
- pushkin:
- mode: http
- options:
- - httpchk GET /apps
- balance: source
- http_request:
- - action: "add-header X-Forwarded-Proto https"
- condition: "if { ssl_fc }"
- sticks:
- - http-check expect status 200
- binds:
- - address: ${_param:haproxy_pushkin_bind_host}
- port: ${_param:haproxy_pushkin_bind_port}
- ssl: ${_param:haproxy_pushkin_ssl}
- servers:
- - name: ${_param:cluster_node01_name}
- host: ${_param:cluster_node01_address}
- port: ${_param:haproxy_pushkin_exposed_port}
- params: check
- - name: ${_param:cluster_node02_name}
- host: ${_param:cluster_node02_address}
- port: ${_param:haproxy_pushkin_exposed_port}
- params: backup check
- - name: ${_param:cluster_node03_name}
- host: ${_param:cluster_node03_address}
- port: ${_param:haproxy_pushkin_exposed_port}
- params: backup check