fix: Add cnp's for plauisble and bump chart

This commit is contained in:
2025-06-19 09:39:03 +02:00
parent a5e1e46e4b
commit 26aeaf2c93
3 changed files with 17 additions and 2 deletions
@@ -0,0 +1,14 @@
apiVersion: cilium.io/v2
kind: CiliumNetworkPolicy
metadata:
name: allow-plausible-secure-external
namespace: plausible
spec:
description: Allow Plausible External
egress:
- toFQDNs:
- matchName: data.iana.org
- matchName: raw.githubusercontent.com
endpointSelector:
matchLabels:
app.kubernetes.io/name: plausible-analytics
@@ -2,13 +2,14 @@ apiVersion: cilium.io/v2
kind: CiliumNetworkPolicy
metadata:
name: allow-plausible-secure-gravatar
namespace: prometheus
namespace: plausible
spec:
description: Allow Plausible Gravatar
egress:
- toFQDNs:
- matchName: secure.gravatar.com
- matchName: gravatar.com
- matchName: www.gravatar.com
endpointSelector:
matchLabels:
app.kubernetes.io/name: plausible-analytics