We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c79c15 commit 7ba6318Copy full SHA for 7ba6318
mocha/apps/factorio-lucca/kustomization.yaml
@@ -3,3 +3,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
3
kind: Kustomization
4
resources:
5
- app.yaml
6
+ - netpol.yaml
mocha/apps/factorio-lucca/netpol.yaml
@@ -0,0 +1,19 @@
1
+apiVersion: "cilium.io/v2"
2
+kind: CiliumNetworkPolicy
+metadata:
+ name: block-noobs
+spec:
+ endpointSelector:
7
+ matchLabels:
8
+ app: factorio
9
+ egress:
10
+ - toCIDRSet:
11
+ - cidr: 0.0.0.0/0
12
+ except:
13
+ - <path:kv/netpol#briangtn>
14
+
15
+ ingress:
16
+ - fromCIDRSet:
17
18
19
0 commit comments