mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-26 17:57:34 +00:00
ADD: include new charts to the umbrella chart for comprehensive
deployment of openstack-helm.
* openvswitch
* libvirt
* neutron
* nova
* placement
Change-Id: I78d1c7c629024c3f9530239dff9f8eb9da598764
22 lines
396 B
YAML
22 lines
396 B
YAML
---
|
|
placement:
|
|
manifests:
|
|
network_policy: true
|
|
network_policy:
|
|
placement:
|
|
egress:
|
|
- {}
|
|
ingress:
|
|
- from:
|
|
- podSelector:
|
|
matchLabels:
|
|
application: nova
|
|
ports:
|
|
- protocol: TCP
|
|
port: 8778
|
|
- protocol: TCP
|
|
port: 80
|
|
- protocol: TCP
|
|
port: 8080
|
|
...
|