feat: add a bunch of network policies from Kai

This commit is contained in:
2024-02-19 15:34:15 +01:00
parent 839a96dc39
commit f2db2db473
15 changed files with 206 additions and 0 deletions
@@ -0,0 +1,13 @@
apiVersion: cilium.io/v2
kind: CiliumNetworkPolicy
metadata:
name: allow-geoserver-ingress
namespace: geoserver
spec:
endpointSelector:
matchLabels:
app.kubernetes.io/instance: geoserver
ingress:
- fromEndpoints:
- matchLabels:
io.kubernetes.pod.namespace: ingress-nginx