From 267923a0dd607a1af5c59ba06448d72932cdbaa1 Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Sat, 26 Sep 2026 18:35:36 +1000 Subject: [PATCH 1/2] Allow k8s node egress range on arrstack health check --- hieradata/roles/apps/media.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/hieradata/roles/apps/media.yaml b/hieradata/roles/apps/media.yaml index 2780ede..c1cda89 100644 --- a/hieradata/roles/apps/media.yaml +++ b/hieradata/roles/apps/media.yaml @@ -65,6 +65,7 @@ profiles::nginx::simpleproxy::locations: - 127.0.0.1 - "%{facts.networking.ip}" - 198.18.24.0/24 + - 198.18.21.0/24 location_deny: - all # authorised access from external -- 2.47.3 From e63cf6432d74e5ecb89163edd43bdbec6f1eb4a0 Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Sat, 26 Sep 2026 20:54:56 +1000 Subject: [PATCH 2/2] Allow k8s loopback and 2.5gbe ranges on arrstack health check --- hieradata/roles/apps/media.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hieradata/roles/apps/media.yaml b/hieradata/roles/apps/media.yaml index c1cda89..6f2e113 100644 --- a/hieradata/roles/apps/media.yaml +++ b/hieradata/roles/apps/media.yaml @@ -66,6 +66,8 @@ profiles::nginx::simpleproxy::locations: - "%{facts.networking.ip}" - 198.18.24.0/24 - 198.18.21.0/24 + - 198.18.15.0/24 + - 198.18.19.0/24 location_deny: - all # authorised access from external -- 2.47.3