From 844a4ab2059b7b8a113c478978233f7173b2b2d4 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Sun, 20 Jan 2019 07:04:39 +0000 Subject: [PATCH] Be explicit with registry Signed-off-by: Patrick Uiterwijk --- .../accountsystem/files/deploymentconfig_caiapi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/accountsystem/files/deploymentconfig_caiapi.yml b/roles/openshift-apps/accountsystem/files/deploymentconfig_caiapi.yml index d77e8c3785..f0eab917ba 100644 --- a/roles/openshift-apps/accountsystem/files/deploymentconfig_caiapi.yml +++ b/roles/openshift-apps/accountsystem/files/deploymentconfig_caiapi.yml @@ -21,7 +21,7 @@ spec: spec: containers: - name: caiapi - image: accountsystem/caiapi:latest + image: docker-registry.default.svc:5000/accountsystem/caiapi:latest env: - name: CAIAPI_SETTINGS value: /etc/caiapi/caiapi.cfg