From 463b33945cbeedff9e86a0402c93b5c29b6f78aa Mon Sep 17 00:00:00 2001 From: Luca BRUNO Date: Mon, 3 Aug 2020 12:56:47 +0000 Subject: [PATCH] coreos-cincinnati: drop unused service ports --- roles/openshift-apps/coreos-cincinnati/files/service.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/roles/openshift-apps/coreos-cincinnati/files/service.yml b/roles/openshift-apps/coreos-cincinnati/files/service.yml index 0beb2dd87e..423dfbd315 100644 --- a/roles/openshift-apps/coreos-cincinnati/files/service.yml +++ b/roles/openshift-apps/coreos-cincinnati/files/service.yml @@ -20,13 +20,7 @@ spec: port: 9081 targetPort: 9081 # Here below are temporary ports, in order to ease - # swapping in the new services. - - name: coreos-cincinnati-gb - port: 5050 - targetPort: 5050 - - name: coreos-cincinnati-gb-status - port: 6060 - targetPort: 6060 + # swapping-in the new services. - name: coreos-cincinnati-pe port: 5051 targetPort: 5051