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