| docker_image_hce: docker-prod-local.artifactory.mirantis.com/mirantis/oss/hce |
| hce_bind_port: ${_param:haproxy_hce_bind_port} |
| hce_elasticsearch_host: elastic-endpoint-ip |
| hce_elasticsearch_port: elastic-endpoint-port |
| hce_prometheus_host: prometheus-endpoint-ip |
| hce_prometheus_port: prometheus-endpoint-port |
| HCEELASTICHOST: ${_param:hce_elasticsearch_host} |
| HCEELASTICPORT: ${_param:hce_elasticsearch_port} |
| HCEPROMETHEUSHOST: ${_param:hce_prometheus_host} |
| HCEPROMETHEUSPORT: ${_param:hce_prometheus_port} |
| image: ${_param:docker_image_hce} |
| replicas: ${_param:docker_hce_replicas} |
| - ${_param:haproxy_hce_exposed_port}:${_param:haproxy_hce_bind_port} |