From 325ed8edc01330247660ebef9d1762e5845c3fdd Mon Sep 17 00:00:00 2001 From: Hunor Csomortáni Date: May 14 2018 11:30:23 +0000 Subject: Add missing 'app' labels Without this services will be mangeled in OpenShift, when deploying in a cluster next to WaiverDB and ReasultsDB. Signed-off-by: Hunor Csomortáni --- diff --git a/openshift/greenwave-test-template.yaml b/openshift/greenwave-test-template.yaml index 32774b4..118ff00 100644 --- a/openshift/greenwave-test-template.yaml +++ b/openshift/greenwave-test-template.yaml @@ -157,6 +157,7 @@ objects: protocol: TCP targetPort: 11211 selector: + app: greenwave service: memcached environment: "test-${TEST_ID}" - apiVersion: v1 @@ -231,6 +232,7 @@ objects: protocol: TCP targetPort: 8080 selector: + app: greenwave service: web environment: "test-${TEST_ID}" - apiVersion: v1