Merge "Add Barbican ingress Network Policy"
This commit is contained in:
commit
ab0058c1a3
@ -197,21 +197,9 @@ network:
|
|||||||
network_policy:
|
network_policy:
|
||||||
barbican:
|
barbican:
|
||||||
ingress:
|
ingress:
|
||||||
- from:
|
- {}
|
||||||
- podSelector:
|
egress:
|
||||||
matchLabels:
|
- {}
|
||||||
application: barbican
|
|
||||||
- podSelector:
|
|
||||||
matchLabels:
|
|
||||||
application: ingress
|
|
||||||
- podSelector:
|
|
||||||
matchLabels:
|
|
||||||
application: horizon
|
|
||||||
ports:
|
|
||||||
- protocol: TCP
|
|
||||||
port: 80
|
|
||||||
- protocol: TCP
|
|
||||||
port: 9311
|
|
||||||
|
|
||||||
bootstrap:
|
bootstrap:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
29
barbican/values_overrides/netpol.yaml
Normal file
29
barbican/values_overrides/netpol.yaml
Normal 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:
|
||||||
|
- {}
|
Loading…
x
Reference in New Issue
Block a user