mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 18:18:26 +00:00
fix(kubevirt): allow apiserver/nodes ingress
This commit is contained in:
@@ -7,7 +7,11 @@ metadata:
|
||||
namespace: *app
|
||||
spec:
|
||||
endpointSelector: {}
|
||||
ingress: [{}] # deny all
|
||||
ingress:
|
||||
- fromEntities:
|
||||
- kube-apiserver
|
||||
- host
|
||||
- remote-node
|
||||
egress:
|
||||
# kube-apiserver
|
||||
- toEntities:
|
||||
|
||||
Reference in New Issue
Block a user