From bbe8007b20d792c8ee45a61543a8956865386949 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Untersch=C3=BCtz?= Date: Sun, 25 Jan 2026 15:01:28 +0100 Subject: [PATCH] fix indentation issue in ingress `toPorts` section of CiliumNetworkPolicy configuration --- k8s/cilium-netpol.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/k8s/cilium-netpol.yaml b/k8s/cilium-netpol.yaml index a49550f..d63be61 100644 --- a/k8s/cilium-netpol.yaml +++ b/k8s/cilium-netpol.yaml @@ -21,10 +21,10 @@ spec: matchLabels: app: escape-game ingress: - toPorts: - - ports: - - port: "8080" - protocol: TCP + - toPorts: + - ports: + - port: "8080" + protocol: TCP egress: # Allow DNS - toEndpoints: