define ssl support for hce dependencies
related bug: https://mirantis.jira.com/browse/PROD-19380
Change-Id: I0140ee0347a9bd2816b1e5d06dd51659969ac9ae
diff --git a/docker/swarm/stack/hce.yml b/docker/swarm/stack/hce.yml
index f059602..7a25ce4 100644
--- a/docker/swarm/stack/hce.yml
+++ b/docker/swarm/stack/hce.yml
@@ -4,8 +4,7 @@
docker_image_hce: docker-prod-local.artifactory.mirantis.com/mirantis/oss/hce
hce_bind_host: hce-api
hce_bind_port: ${_param:haproxy_hce_bind_port}
- hce_elasticsearch_host: elastic-endpoint-ip
- hce_elasticsearch_port: elastic-endpoint-port
+ hce_prometheus_protocol: http
hce_prometheus_host: prometheus-endpoint-ip
hce_prometheus_port: prometheus-endpoint-port
hce_ssl:
@@ -15,8 +14,7 @@
stack:
hce:
environment:
- HCEELASTICHOST: ${_param:hce_elasticsearch_host}
- HCEELASTICPORT: ${_param:hce_elasticsearch_port}
+ HCEPROMETHEUSPROTOCOL: ${_param:hce_prometheus_protocol}
HCEPROMETHEUSHOST: ${_param:hce_prometheus_host}
HCEPROMETHEUSPORT: ${_param:hce_prometheus_port}
service: