| docker_image_hce: ${_param:mcp_docker_registry}/mirantis/oss/hce |
| hce_bind_port: ${_param:haproxy_hce_bind_port} |
| hce_prometheus_protocol: http |
| hce_prometheus_host: prometheus-endpoint-ip |
| hce_prometheus_port: prometheus-endpoint-port |
| HCEPROMETHEUSPROTOCOL: ${_param:hce_prometheus_protocol} |
| 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} |