fix: Add cnp's for plauisble and bump chart
This commit is contained in:
+14
@@ -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
-1
@@ -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
|
||||
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user