-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove specific ip from watcher-api-service-override
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
1 parent
ed23cca
commit e1f3ef1
Showing
2 changed files
with
1 addition
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,5 +10,4 @@ spec: | |
service: | ||
internal: | ||
ipAddressPool: "internalapi" | ||
loadBalancerIPs: | ||
- 172.17.0.82 | ||
loadBalancerIPs: [] |