From a7a471fb41256459a165ff82b76143f6602126ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sten=20R=C3=B8kke?= Date: Wed, 26 Jun 2024 13:38:55 +0200 Subject: [PATCH] chore: update apiserver ip after new control plane was installed in GCP (#12) --- .nais/nais.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.nais/nais.yaml b/.nais/nais.yaml index 4c9fb06..636fea8 100644 --- a/.nais/nais.yaml +++ b/.nais/nais.yaml @@ -58,9 +58,9 @@ spec: egress: - to: - ipBlock: - cidr: 172.16.0.2/32 + cidr: 172.16.0.13/32 podSelector: matchLabels: app: ingress-collector policyTypes: - - Egress \ No newline at end of file + - Egress