Evgeny L cb1feb46e2 Add Barbican ingress Network Policy
Move Barbican Network Policies into a dedicated
override. Configure magnum to have the access to
Barbican.

Change-Id: Iad0f69666a28fabedd49b266c8a9de1ec3410dd6
2019-11-12 16:49:42 +00:00

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:
- {}