mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-25 01:07:46 +00:00
Merge "Fix compute-kit netpol job"
This commit is contained in:
@@ -3,6 +3,10 @@ manifests:
|
||||
network_policy:
|
||||
nova:
|
||||
egress:
|
||||
- to:
|
||||
- podSelector:
|
||||
matchLabels:
|
||||
application: nova
|
||||
- to:
|
||||
- ipBlock:
|
||||
cidr: %%%REPLACE_API_ADDR%%%/32
|
||||
@@ -11,9 +15,4 @@ network_policy:
|
||||
port: %%%REPLACE_API_PORT%%%
|
||||
placement:
|
||||
egress:
|
||||
- to:
|
||||
- ipBlock:
|
||||
cidr: %%%REPLACE_API_ADDR%%%/32
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: %%%REPLACE_API_PORT%%%
|
||||
- {}
|
||||
|
||||
Reference in New Issue
Block a user