update
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 1m50s

This commit is contained in:
matst80
2024-11-09 13:57:09 +01:00
parent 28ed80e20a
commit a7c5332db0
6 changed files with 39 additions and 41 deletions

View File

@@ -28,7 +28,7 @@ func (k *K8sDiscovery) Discover() ([]string, error) {
}
func (k *K8sDiscovery) DiscoverInNamespace(namespace string) ([]string, error) {
pods, err := k.client.CoreV1().Pods(namespace).List(k.ctx, metav1.ListOptions{
//LabelSelector: "pool=cart",
LabelSelector: "actor-pool=cart",
})
if err != nil {
return nil, err