Merge "Add Barbican ingress Network Policy"

This commit is contained in:
Zuul 2019-11-12 18:37:17 +00:00 committed by Gerrit Code Review
commit ab0058c1a3
2 changed files with 32 additions and 15 deletions

View File

@ -197,21 +197,9 @@ network:
network_policy:
barbican:
ingress:
- from:
- podSelector:
matchLabels:
application: barbican
- podSelector:
matchLabels:
application: ingress
- podSelector:
matchLabels:
application: horizon
ports:
- protocol: TCP
port: 80
- protocol: TCP
port: 9311
- {}
egress:
- {}
bootstrap:
enabled: false

View File

@ -0,0 +1,29 @@
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:
- {}