mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 13:01:21 +00:00
Revert: ingress-external networkpolicy
This commit is contained in:
parent
d0ad5ec240
commit
ada6725215
2 changed files with 2 additions and 16 deletions
|
@ -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
|
|
@ -4,9 +4,9 @@ config:
|
|||
config:
|
||||
allowNamespace: false
|
||||
rules:
|
||||
- allow-dns
|
||||
#- allow-dns
|
||||
- allow-ingress-traffic
|
||||
- allow-external-services
|
||||
#- allow-external-services
|
||||
#- allow-kubeapi
|
||||
|
||||
apps:
|
||||
|
|
Loading…
Reference in a new issue