From 0b38302e0f1bec91ad8556b806355ebe104296a3 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 25 Mar 2018 15:53:58 +0300 Subject: Change: adapt to blob service now being the artifact store --- ick2.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ick2.yml') diff --git a/ick2.yml b/ick2.yml index 4abca19..d0146ad 100644 --- a/ick2.yml +++ b/ick2.yml @@ -7,14 +7,14 @@ - haproxy - ick-controller - ick-worker - - ick-blob-service + - ick-artifact-store vars: debian_codename: stretch controller_domain: 127.0.0.1 controller_port: 12765 - blob_service_domain: 127.0.0.1 - blob_service_port: 12766 + artifact_store_domain: 127.0.0.1 + artifact_store_port: 12766 controller_url: "https://{{ controller_domain }}" -- cgit v1.2.1