diff --git a/operator/deploy/controller/deployController.yaml b/operator/deploy/controller/deployController.yaml
index e229fc0d6fe4fe7880c7fbaa3c35519f962d74bb..dd13e26c4febad648c816cd082e42df3043e3b6d 100644
--- a/operator/deploy/controller/deployController.yaml
+++ b/operator/deploy/controller/deployController.yaml
@@ -27,10 +27,12 @@ spec:
   selector:
     app: l2sm-controller
   ports:
-    - protocol: TCP
+    - name: of13-port
+      protocol: TCP
       port: 6633
       targetPort: 6633
-    - protocol: TCP
+    - name: http-port
+      protocol: TCP
       port: 8181
       targetPort: 8181
   type: ClusterIP