From 99a21761bd0e59773ed1652b78c94bdec9e4dab9 Mon Sep 17 00:00:00 2001 From: David Boreham Date: Tue, 21 Nov 2023 14:36:04 -0700 Subject: [PATCH] Fix selector --- stack_orchestrator/deploy/k8s/cluster_info.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stack_orchestrator/deploy/k8s/cluster_info.py b/stack_orchestrator/deploy/k8s/cluster_info.py index 56b1ed6f..ea2b3683 100644 --- a/stack_orchestrator/deploy/k8s/cluster_info.py +++ b/stack_orchestrator/deploy/k8s/cluster_info.py @@ -111,8 +111,7 @@ class ClusterInfo: port=80, target_port=80 )], - selector={"matchLabels": - {"app": self.app_name}} + selector={"app": self.app_name} ) ) return service