From 0e7d2c79004a730486cbee67b9e12da34211348f Mon Sep 17 00:00:00 2001 From: andersonid Date: Mon, 29 Sep 2025 11:55:02 -0300 Subject: [PATCH] Fix: Remove hardcoded hostname from route to make it cluster-agnostic --- k8s/route.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/k8s/route.yaml b/k8s/route.yaml index 8c1a47d..c637038 100644 --- a/k8s/route.yaml +++ b/k8s/route.yaml @@ -10,7 +10,6 @@ metadata: haproxy.router.openshift.io/timeout: "300s" haproxy.router.openshift.io/rate-limit: "100" spec: - host: resource-governance.apps.shrocp4upi418ovn.lab.upshift.rdu2.redhat.com to: kind: Service name: resource-governance-service