From 0bc8cc41dddcb7c7cf1b36dd06855ee4a9d058a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Fri, 8 Mar 2019 10:11:29 +0100 Subject: [PATCH] the-new-hotness: Map release-monitoring.org host to proxy101 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Konečný --- .../the-new-hotness/files/deploymentconfig.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/roles/openshift-apps/the-new-hotness/files/deploymentconfig.yml b/roles/openshift-apps/the-new-hotness/files/deploymentconfig.yml index 995fbe7eb3..3c4bdf54d3 100644 --- a/roles/openshift-apps/the-new-hotness/files/deploymentconfig.yml +++ b/roles/openshift-apps/the-new-hotness/files/deploymentconfig.yml @@ -25,11 +25,14 @@ items: spec: hostAliases: - hostnames: - - partner-bugzilla.redhat.com - ip: 209.132.183.72 + - partner-bugzilla.redhat.com + ip: 209.132.183.72 - hostnames: - - apps.stg.fedoraproject.org - ip: 10.5.128.177 + - apps.stg.fedoraproject.org + ip: 10.5.128.177 + - hostnames: + - release-monitoring.org + ip: 10.5.126.8 containers: - name: the-new-hotness image: the-new-hotness/the-new-hotness:latest