From 1e345230519d46b0c12422fe9aeb40ef625a1c39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Andr=C3=A9?= Date: Fri, 17 Nov 2023 13:55:28 +0100 Subject: [PATCH] OCPBUGS-9331: Fix selector for manila-csi-driver-controller-metrics service The selector was pointing to a non-existing pod and as a result the endpoint was empty. The controller app is named `openstack-manila-csi`. --- assets/service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/service.yaml b/assets/service.yaml index 364752c9e..ab81ad0bc 100644 --- a/assets/service.yaml +++ b/assets/service.yaml @@ -18,6 +18,6 @@ spec: protocol: TCP targetPort: snapshotter-m selector: - app: manila-csi-driver-controller + app: openstack-manila-csi sessionAffinity: None type: ClusterIP