From ab10270bc881757316592b2afa803392c65082ec Mon Sep 17 00:00:00 2001 From: Alex ubuntu vm <alexdecb@yahoo.es> Date: Fri, 27 Oct 2023 12:21:38 +0200 Subject: [PATCH] added names to the multiple ports opened --- operator/deploy/controller/deployController.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/operator/deploy/controller/deployController.yaml b/operator/deploy/controller/deployController.yaml index e229fc0..dd13e26 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 -- GitLab