Skip to content

Commit

Permalink
Remove specific ip from watcher-api-service-override
Browse files Browse the repository at this point in the history
Remove the loadBalancerIP from the watcher-api-service-override test.
This value will be environment specific, as environments might configure
different ip ranges in the IPAddressPools.
  • Loading branch information
cescgina authored and openshift-merge-bot[bot] committed Jan 22, 2025
1 parent ed23cca commit e1f3ef1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -293,10 +293,6 @@ spec:
selector:
service: watcher-api
type: LoadBalancer
status:
loadBalancer:
ingress:
- ip: 172.17.0.82
---
apiVersion: route.openshift.io/v1
kind: Route
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ spec:
service:
internal:
ipAddressPool: "internalapi"
loadBalancerIPs:
- 172.17.0.82
loadBalancerIPs: []

0 comments on commit e1f3ef1

Please sign in to comment.