blob: 38e92ff23df7fdfc397d391187d3bcead54e78ff [file] [log] [blame]
Vnaumov8dfb9ec2017-12-05 00:27:14 +03001parameters:
2 _param:
3 docker_hce_replicas: 1
azvyagintsev16ca7ce2018-08-21 17:20:33 +03004 docker_image_hce: ${_param:mcp_docker_registry}/mirantis/oss/hce
Vnaumov8dfb9ec2017-12-05 00:27:14 +03005 hce_bind_host: hce-api
6 hce_bind_port: ${_param:haproxy_hce_bind_port}
vnaumovb3cf6662018-04-20 14:22:49 +04007 hce_prometheus_protocol: http
Vnaumov8dfb9ec2017-12-05 00:27:14 +03008 hce_prometheus_host: prometheus-endpoint-ip
9 hce_prometheus_port: prometheus-endpoint-port
10 hce_ssl:
11 enabled: false
12 docker:
13 client:
14 stack:
15 hce:
16 environment:
vnaumovb3cf6662018-04-20 14:22:49 +040017 HCEPROMETHEUSPROTOCOL: ${_param:hce_prometheus_protocol}
Vnaumov8dfb9ec2017-12-05 00:27:14 +030018 HCEPROMETHEUSHOST: ${_param:hce_prometheus_host}
19 HCEPROMETHEUSPORT: ${_param:hce_prometheus_port}
20 service:
21 hce-api:
22 image: ${_param:docker_image_hce}
23 deploy:
24 replicas: ${_param:docker_hce_replicas}
25 restart_policy:
26 condition: any
27 ports:
28 - ${_param:haproxy_hce_exposed_port}:${_param:haproxy_hce_bind_port}
29 network:
30 default:
31 external:
32 name: oss_backend