From 91506ee1c33f60e4f37bdb291da73e33636831d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Thu, 11 Sep 2025 15:40:01 +0200 Subject: [PATCH] fix: Add netpol for umami --- values/umami/manifests/policy.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/values/umami/manifests/policy.yaml b/values/umami/manifests/policy.yaml index caefab84..32507c19 100644 --- a/values/umami/manifests/policy.yaml +++ b/values/umami/manifests/policy.yaml @@ -2,14 +2,14 @@ apiVersion: cilium.io/v2 kind: CiliumNetworkPolicy metadata: - name: allow-api-matomo + name: allow-api-umami namespace: analytics spec: - description: Allow matomo api + description: Allow umami api egress: - toFQDNs: - - matchPattern: api.matomo.org + - matchPattern: binaries.prisma.sh endpointSelector: matchLabels: - app.kubernetes.io/instance: matomo + app.kubernetes.io/instance: umami {{- end }}