Skip to content

Commit

Permalink
New k8spod1 ips
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomollet committed Jul 23, 2024
1 parent 39fe56e commit ad51ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/handlers/ServerListHandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def get_groupone_k8spod1_ipv4(self):
k8spod1_ips = ''
# Defined in k8spod1_sips & k8spod1_ingress:
# https://gitlab.one.com/systems/chef-repo/-/blob/master/roles/onecom-global-firewall-macros.json#L173
k8spod1_ips += "46.30.211.168\n46.30.212.120\n"
k8spod1_ips += "46.30.211.168\n46.30.212.120\n46.30.212.76\n46.30.212.77\n46.30.212.78\n46.30.212.79\n"
return k8spod1_ips

def get_groupone_cpcss_ipv4(self):
Expand Down

0 comments on commit ad51ed0

Please sign in to comment.