DEV-786: bugfix netpols
parent
9e98c8a4f6
commit
b20a670499
@ -1,18 +0,0 @@
|
|||||||
apiVersion: networking.k8s.io/v1
|
|
||||||
kind: NetworkPolicy
|
|
||||||
metadata:
|
|
||||||
name: migration-egress-connect2keycloak-prodnso
|
|
||||||
namespace: mobene-cusprod
|
|
||||||
spec:
|
|
||||||
egress:
|
|
||||||
- ports:
|
|
||||||
- port: 443
|
|
||||||
protocol: TCP
|
|
||||||
to:
|
|
||||||
- ipBlock:
|
|
||||||
cidr: 142.132.168.60/32
|
|
||||||
podSelector:
|
|
||||||
matchLabels:
|
|
||||||
app: connect
|
|
||||||
policyTypes:
|
|
||||||
- Egress
|
|
||||||
@ -1,18 +0,0 @@
|
|||||||
apiVersion: networking.k8s.io/v1
|
|
||||||
kind: NetworkPolicy
|
|
||||||
metadata:
|
|
||||||
name: migration-egress-connect2keycloak-prodnso
|
|
||||||
namespace: mobene-nsodev
|
|
||||||
spec:
|
|
||||||
egress:
|
|
||||||
- ports:
|
|
||||||
- port: 443
|
|
||||||
protocol: TCP
|
|
||||||
to:
|
|
||||||
- ipBlock:
|
|
||||||
cidr: 142.132.168.60/32
|
|
||||||
podSelector:
|
|
||||||
matchLabels:
|
|
||||||
app: connect
|
|
||||||
policyTypes:
|
|
||||||
- Egress
|
|
||||||
Loading…
Reference in New Issue