Memcached: Add ingress network policy overrides
This patch set adds in default memcached ingress overrides. Change-Id: I331a5dadcaed5f5041a6bc9101b4f92291007423
This commit is contained in:
parent
46c3b737c5
commit
b636736b54
@ -2,6 +2,79 @@ manifests:
|
|||||||
network_policy: true
|
network_policy: true
|
||||||
network_policy:
|
network_policy:
|
||||||
memcached:
|
memcached:
|
||||||
|
ingress:
|
||||||
|
- from:
|
||||||
|
- podSelector:
|
||||||
|
matchLabels:
|
||||||
|
application: ingress
|
||||||
|
- podSelector:
|
||||||
|
matchLabels:
|
||||||
|
application: keystone
|
||||||
|
- podSelector:
|
||||||
|
matchLabels:
|
||||||
|
application: heat
|
||||||
|
- podSelector:
|
||||||
|
matchLabels:
|
||||||
|
application: glance
|
||||||
|
- podSelector:
|
||||||
|
matchLabels:
|
||||||
|
application: cinder
|
||||||
|
- podSelector:
|
||||||
|
matchLabels:
|
||||||
|
application: congress
|
||||||
|
- podSelector:
|
||||||
|
matchLabels:
|
||||||
|
application: barbican
|
||||||
|
- podSelector:
|
||||||
|
matchLabels:
|
||||||
|
application: ceilometer
|
||||||
|
- podSelector:
|
||||||
|
matchLabels:
|
||||||
|
application: horizon
|
||||||
|
- podSelector:
|
||||||
|
matchLabels:
|
||||||
|
application: ironic
|
||||||
|
- podSelector:
|
||||||
|
matchLabels:
|
||||||
|
application: magnum
|
||||||
|
- podSelector:
|
||||||
|
matchLabels:
|
||||||
|
application: mistral
|
||||||
|
- podSelector:
|
||||||
|
matchLabels:
|
||||||
|
application: nova
|
||||||
|
- podSelector:
|
||||||
|
matchLabels:
|
||||||
|
application: neutron
|
||||||
|
- podSelector:
|
||||||
|
matchLabels:
|
||||||
|
application: senlin
|
||||||
|
- podSelector:
|
||||||
|
matchLabels:
|
||||||
|
application: placement
|
||||||
|
- podSelector:
|
||||||
|
matchLabels:
|
||||||
|
application: prometheus_memcached_exporter
|
||||||
|
- podSelector:
|
||||||
|
matchLabels:
|
||||||
|
application: aodh
|
||||||
|
- podSelector:
|
||||||
|
matchLabels:
|
||||||
|
application: panko
|
||||||
|
- podSelector:
|
||||||
|
matchLabels:
|
||||||
|
application: rally
|
||||||
|
- podSelector:
|
||||||
|
matchLabels:
|
||||||
|
application: memcached
|
||||||
|
- podSelector:
|
||||||
|
matchLabels:
|
||||||
|
application: gnocchi
|
||||||
|
ports:
|
||||||
|
- port: 11211
|
||||||
|
protocol: TCP
|
||||||
|
- port: 9150
|
||||||
|
protocol: TCP
|
||||||
egress:
|
egress:
|
||||||
- to:
|
- to:
|
||||||
- ipBlock:
|
- ipBlock:
|
||||||
|
Loading…
Reference in New Issue
Block a user