remove network policy

This commit is contained in:
MiniDigger | Martin 2022-07-29 22:43:39 +02:00
parent 7df891b2a4
commit a5a86a2323
3 changed files with 0 additions and 16 deletions

View File

@ -28,7 +28,6 @@ spec:
template:
metadata:
labels:
hangar-network: "true"
hangar-service: backend
spec:
containers:

View File

@ -28,7 +28,6 @@ spec:
template:
metadata:
labels:
hangar-network: "true"
hangar-service: frontend
spec:
containers:

View File

@ -1,14 +0,0 @@
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: hangar
namespace: hangar
spec:
ingress:
- from:
- podSelector:
matchLabels:
hangar-network: "true"
podSelector:
matchLabels:
hangar-network: "true"