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
|
kind: CiliumNetworkPolicy
|
||||||
metadata:
|
metadata:
|
||||||
name: allow-plausible-secure-gravatar
|
name: allow-plausible-secure-gravatar
|
||||||
namespace: prometheus
|
namespace: plausible
|
||||||
spec:
|
spec:
|
||||||
description: Allow Plausible Gravatar
|
description: Allow Plausible Gravatar
|
||||||
egress:
|
egress:
|
||||||
- toFQDNs:
|
- toFQDNs:
|
||||||
- matchName: secure.gravatar.com
|
- matchName: secure.gravatar.com
|
||||||
- matchName: gravatar.com
|
- matchName: gravatar.com
|
||||||
|
- matchName: www.gravatar.com
|
||||||
endpointSelector:
|
endpointSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app.kubernetes.io/name: plausible-analytics
|
app.kubernetes.io/name: plausible-analytics
|
||||||
@@ -10,7 +10,7 @@ spec:
|
|||||||
server: 'https://kubernetes.default.svc'
|
server: 'https://kubernetes.default.svc'
|
||||||
sources:
|
sources:
|
||||||
- repoURL: 'https://imio.github.io/helm-charts'
|
- repoURL: 'https://imio.github.io/helm-charts'
|
||||||
targetRevision: 0.3.3
|
targetRevision: 0.4.0
|
||||||
chart: plausible-analytics
|
chart: plausible-analytics
|
||||||
helm:
|
helm:
|
||||||
values: |
|
values: |
|
||||||
|
|||||||
Reference in New Issue
Block a user