Make COMMON/DGBUILDER compatible with Kubernetes v1.17 94/109894/1
authormilaszki <daniel.milaszkiewicz@nokia.com>
Tue, 7 Jul 2020 11:59:35 +0000 (11:59 +0000)
committermilaszki <daniel.milaszkiewicz@nokia.com>
Tue, 7 Jul 2020 11:59:35 +0000 (11:59 +0000)
Issue-ID: OOM-2480

Signed-off-by: Daniel Milaszkiewicz <daniel.milaszkiewicz@nokia.com>
Change-Id: I0813ab2921cdaa2f8e3bc4de1a1b4779dc2d5c86

kubernetes/common/dgbuilder/templates/deployment.yaml

index e1fac77..d0e298b 100644 (file)
@@ -14,7 +14,7 @@
 # limitations under the License.
 */}}
 
-apiVersion: extensions/v1beta1
+apiVersion: apps/v1
 kind: Deployment
 metadata:
   name: {{ include "common.fullname" . }}
@@ -26,6 +26,9 @@ metadata:
     heritage: {{ .Release.Service }}
 spec:
   replicas: {{ .Values.replicaCount }}
+  selector:
+    matchLabels:
+      app: {{ include "common.name" . }}
   template:
     metadata:
       labels: