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
+1 -1
View File
@@ -10,7 +10,7 @@ spec:
server: 'https://kubernetes.default.svc'
sources:
- repoURL: 'https://imio.github.io/helm-charts'
targetRevision: 0.3.3
targetRevision: 0.4.0
chart: plausible-analytics
helm:
values: |