From 48751373e72e86e8fe370ed3b3e2bc386ed44e73 Mon Sep 17 00:00:00 2001 From: "Kelly(hyomin.kim)" Date: Wed, 18 Dec 2019 17:51:43 +0900 Subject: [PATCH] Add spec.selector field in che-jaeger deployment.yaml (#15498) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 김효민 --- .../che/custom-charts/che-jaeger/templates/deployment.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deploy/kubernetes/helm/che/custom-charts/che-jaeger/templates/deployment.yaml b/deploy/kubernetes/helm/che/custom-charts/che-jaeger/templates/deployment.yaml index 2924ed8b8d..28b3936781 100644 --- a/deploy/kubernetes/helm/che/custom-charts/che-jaeger/templates/deployment.yaml +++ b/deploy/kubernetes/helm/che/custom-charts/che-jaeger/templates/deployment.yaml @@ -16,6 +16,9 @@ metadata: jaeger-infra: jaeger-deployment spec: replicas: 1 + selector: + matchLabels: + app: jaeger strategy: type: RollingUpdate rollingUpdate: