
Move Barbican Network Policies into a dedicated override. Configure magnum to have the access to Barbican. Change-Id: Iad0f69666a28fabedd49b266c8a9de1ec3410dd6
30 lines
628 B
YAML
30 lines
628 B
YAML
manifests:
|
|
network_policy: true
|
|
|
|
network_policy:
|
|
barbican:
|
|
ingress:
|
|
- from:
|
|
- podSelector:
|
|
matchLabels:
|
|
application: barbican
|
|
- podSelector:
|
|
matchLabels:
|
|
application: ingress
|
|
- podSelector:
|
|
matchLabels:
|
|
application: horizon
|
|
- podSelector:
|
|
matchLabels:
|
|
application: heat
|
|
- podSelector:
|
|
matchLabels:
|
|
application: magnum
|
|
ports:
|
|
- protocol: TCP
|
|
port: 80
|
|
- protocol: TCP
|
|
port: 9311
|
|
egress:
|
|
- {}
|