Merge "Add Barbican ingress Network Policy"
This commit is contained in:
commit
ab0058c1a3
@ -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
|
||||
|
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…
Reference in New Issue
Block a user