Revert: ingress-external networkpolicy

This commit is contained in:
nold 2022-01-11 19:09:35 +01:00
parent d0ad5ec240
commit ada6725215
2 changed files with 2 additions and 16 deletions

View file

@ -1,14 +0,0 @@
apiVersion: "cilium.io/v2"
kind: CiliumNetworkPolicy
metadata:
name: "traefik-allow-kubeapi"
spec:
endpointSelector:
matchLabels:
app.kubernetes.io/name: traefik
app.kubernetes.io/instance: ingress-external
egress:
- toServices:
- k8sService:
serviceName: kubernetes
namespace: default

View file

@ -4,9 +4,9 @@ config:
config: config:
allowNamespace: false allowNamespace: false
rules: rules:
- allow-dns #- allow-dns
- allow-ingress-traffic - allow-ingress-traffic
- allow-external-services #- allow-external-services
#- allow-kubeapi #- allow-kubeapi
apps: apps: