blob: c4d3079b43ce013c899148b1ba1985af14500065 [file] [log] [blame]
Mohammed Naserf3f59a72023-01-15 21:02:04 -05001---
2manifests:
3 network_policy: true
4network_policy:
5 memcached:
6 ingress:
7 - from:
8 - podSelector:
9 matchLabels:
10 application: ingress
11 - podSelector:
12 matchLabels:
13 application: keystone
14 - podSelector:
15 matchLabels:
16 application: heat
17 - podSelector:
18 matchLabels:
19 application: glance
20 - podSelector:
21 matchLabels:
22 application: cinder
23 - podSelector:
24 matchLabels:
25 application: barbican
26 - podSelector:
27 matchLabels:
28 application: ceilometer
29 - podSelector:
30 matchLabels:
31 application: horizon
32 - podSelector:
33 matchLabels:
34 application: ironic
35 - podSelector:
36 matchLabels:
37 application: magnum
38 - podSelector:
39 matchLabels:
40 application: mistral
41 - podSelector:
42 matchLabels:
43 application: nova
44 - podSelector:
45 matchLabels:
46 application: neutron
47 - podSelector:
48 matchLabels:
49 application: senlin
50 - podSelector:
51 matchLabels:
52 application: placement
53 - podSelector:
54 matchLabels:
55 application: prometheus_memcached_exporter
56 - podSelector:
57 matchLabels:
58 application: aodh
59 - podSelector:
60 matchLabels:
61 application: rally
62 - podSelector:
63 matchLabels:
64 application: memcached
65 ports:
66 - port: 11211
67 protocol: TCP
68 - port: 9150
69 protocol: TCP
70 egress:
71 - to:
72 - ipBlock:
73 cidr: %%%REPLACE_API_ADDR%%%/32
74 ports:
75 - protocol: TCP
76 port: %%%REPLACE_API_PORT%%%
77...