From c120497f3fb0311d2c1533d028577c8ecc57679a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Wed, 4 Aug 2021 13:06:04 +0200 Subject: [PATCH] the-new-hotness: Remove hosts aliases MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The hosts aliases are no longer needed after move to new datacenter and it's causing the-new-hotness to fail on start. Signed-off-by: Michal Konečný --- .../the-new-hotness/files/deploymentconfig.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/roles/openshift-apps/the-new-hotness/files/deploymentconfig.yml b/roles/openshift-apps/the-new-hotness/files/deploymentconfig.yml index 040610b5cc..63c64d0241 100644 --- a/roles/openshift-apps/the-new-hotness/files/deploymentconfig.yml +++ b/roles/openshift-apps/the-new-hotness/files/deploymentconfig.yml @@ -23,16 +23,6 @@ items: app: the-new-hotness deploymentconfig: the-new-hotness spec: - hostAliases: - - hostnames: - - bugzilla.stage.redhat.com - ip: 209.132.183.72 - - hostnames: - - apps.stg.fedoraproject.org - ip: 10.5.128.177 - - hostnames: - - release-monitoring.org - ip: 10.3.163.74 containers: - name: the-new-hotness image: the-new-hotness/the-new-hotness:latest