blob: 7a25ce4d1bd4b1d4d88ac611ef67ae826398f157 [file] [log] [blame]
Vnaumov8dfb9ec2017-12-05 00:27:14 +03001parameters:
2 _param:
3 docker_hce_replicas: 1
4 docker_image_hce: docker-prod-local.artifactory.mirantis.com/mirantis/oss/hce
5 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