Skip to content

Commit

Permalink
Merge pull request #107 from wp-media/fix/k8spod1-ips
Browse files Browse the repository at this point in the history
New k8spod1 IPs (Closes #106)
  • Loading branch information
MathieuLamiot authored Jul 29, 2024
2 parents 39fe56e + ad51ed0 commit adcadc7
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 adcadc7

Please sign in to comment.