fix: shuffle-workers push
This commit is contained in:
@@ -829,7 +829,7 @@ func deployK8sWorker(image string, identifier string, env []string) error {
|
|||||||
},
|
},
|
||||||
Spec: corev1.ServiceSpec{
|
Spec: corev1.ServiceSpec{
|
||||||
Selector: map[string]string{
|
Selector: map[string]string{
|
||||||
"container": "shuffle-worker",
|
"container": "shuffle-workers",
|
||||||
},
|
},
|
||||||
Ports: []corev1.ServicePort{
|
Ports: []corev1.ServicePort{
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user