From d74d38fe135537822c955d24b79498b50bc0e487 Mon Sep 17 00:00:00 2001 From: kwasiel Date: Thu, 23 Jul 2020 10:09:57 +0000 Subject: [MULTICLOUD] Make MULTICLOUD compatible with Kubernetes v1.17 Issue-ID: OOM-2459 Signed-off-by: Katarzyna Wasiel Change-Id: I0c52e0c0de799cd90270794f51ad000f05122265 --- .../multicloud/charts/multicloud-k8s/templates/deployment.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'kubernetes/multicloud/charts/multicloud-k8s') diff --git a/kubernetes/multicloud/charts/multicloud-k8s/templates/deployment.yaml b/kubernetes/multicloud/charts/multicloud-k8s/templates/deployment.yaml index bf4a9445aa..a64324a86e 100644 --- a/kubernetes/multicloud/charts/multicloud-k8s/templates/deployment.yaml +++ b/kubernetes/multicloud/charts/multicloud-k8s/templates/deployment.yaml @@ -14,7 +14,7 @@ # limitations under the License. */}} -apiVersion: extensions/v1beta1 +apiVersion: apps/v1 kind: Deployment metadata: name: {{ include "common.fullname" . }} @@ -25,6 +25,9 @@ metadata: release: {{ include "common.release" . }} heritage: {{ .Release.Service }} spec: + selector: + matchLabels: + app: {{ include "common.name" . }} replicas: {{ .Values.replicaCount }} template: metadata: -- cgit 1.2.3-korg