Allow prometheus-openstack-exporter to access keystone
To get openstack related metrics, prometheus-openstack-exporter need to access to keystone. So add prometheus-openstack-exporter to network policy of keystone. Change-Id: I31106a10e512578a35122949c3cff698b1bc482b Signed-off-by: Deokjin Kim <deokjin81.kim@samsung.com>
This commit is contained in:
parent
192e6c0cad
commit
658138935f
@ -395,6 +395,9 @@ network_policy:
|
||||
- podSelector:
|
||||
matchLabels:
|
||||
application: placement
|
||||
- podSelector:
|
||||
matchLabels:
|
||||
application: prometheus-openstack-exporter
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 80
|
||||
|
Loading…
Reference in New Issue
Block a user