From: Grzegorz-Lis Date: Thu, 23 Jul 2020 07:58:33 +0000 (+0200) Subject: [MODELING] Make MODELING compatible with Kubernetes v1.17 X-Git-Tag: 7.0.0~331 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=2128ba9386f599b63c04222083fa2409374ae826;p=oom.git [MODELING] Make MODELING compatible with Kubernetes v1.17 Issue-ID: OOM-2457 Signed-off-by: Grzegorz Lis Change-Id: I9512abf462c8feef39cea3e3fa95794f0f0b223c --- diff --git a/kubernetes/modeling/charts/modeling-etsicatalog/templates/deployment.yaml b/kubernetes/modeling/charts/modeling-etsicatalog/templates/deployment.yaml index 0c1ba300bb..d3ca0416dc 100644 --- a/kubernetes/modeling/charts/modeling-etsicatalog/templates/deployment.yaml +++ b/kubernetes/modeling/charts/modeling-etsicatalog/templates/deployment.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -apiVersion: extensions/v1beta1 +apiVersion: apps/v1 kind: Deployment metadata: name: {{ include "common.fullname" . }} @@ -23,6 +23,9 @@ metadata: release: {{ include "common.release" . }} heritage: {{ .Release.Service }} spec: + selector: + matchLabels: + app: {{ include "common.name" . }} replicas: {{ .Values.replicaCount }} template: metadata: