Skip to content
Snippets Groups Projects
Commit e584708e authored by Francisco Borges Aurindo Barros's avatar Francisco Borges Aurindo Barros
Browse files

Remove ip_whitelist functionality from Operator

parent b318d980
No related branches found
No related tags found
No related merge requests found
Pipeline #5520372 passed
......@@ -1257,9 +1257,6 @@ func routeForDrupalSite(currentobject *routev1.Route, d *webservicesv1a1.DrupalS
currentobject.Labels[k] = v
}
if _, exists := d.Annotations["haproxy.router.openshift.io/ip_whitelist"]; exists {
currentobject.Annotations["haproxy.router.openshift.io/ip_whitelist"] = d.Annotations["haproxy.router.openshift.io/ip_whitelist"]
}
// Set timeout to 60sec: https://gitlab.cern.ch/webservices/webframeworks-planning/-/issues/642
currentobject.Annotations["haproxy.router.openshift.io/timeout"] = "200s"
currentobject.Spec.Host = Url
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment