fix: shuffle-workers push

This commit is contained in:
Aditya
2024-06-28 19:16:02 +05:30
parent 5322599c0a
commit 135d334ca9
+1 -1
View File
@@ -829,7 +829,7 @@ func deployK8sWorker(image string, identifier string, env []string) error {
},
Spec: corev1.ServiceSpec{
Selector: map[string]string{
"container": "shuffle-worker",
"container": "shuffle-workers",
},
Ports: []corev1.ServicePort{
{