Skip to content

Commit a1a0c18

Browse files
authored
Fix 1399: added pod matching label in service selector (#1404)
* 1399: added pod matching label in service selector * correct fix
1 parent 2f78f8e commit a1a0c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/base/service.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ spec:
1515
port: 8080
1616
targetPort: 8080
1717
selector:
18-
name: training-operator
18+
control-plane: kubeflow-training-operator
1919
type: ClusterIP

0 commit comments

Comments
 (0)