fix: Add policy

This commit is contained in:
2025-09-11 14:37:22 +02:00
parent 8946778c0c
commit a7c541b28d
+15
View File
@@ -0,0 +1,15 @@
{{- if .Values.clusterConfig.cilium.enabled }}
apiVersion: cilium.io/v2
kind: CiliumNetworkPolicy
metadata:
name: allow-api-matomo
namespace: analytics
spec:
description: Allow matomo api
egress:
- toFQDNs:
- matchPattern: api.matomo.org
endpointSelector:
matchLabels:
app.kubernetes.io/instance: matomo
{{- end }}