From b3fbbf4cf248ecc33eab11f09b53b699321442f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Jochum?= Date: Sat, 30 May 2020 23:15:44 +0200 Subject: [PATCH] Fix with new Kubernetes Version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: René Jochum --- deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment.yaml b/deployment.yaml index c1946fb..7874bd3 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -1,7 +1,7 @@ apiVersion: v1 kind: List items: -- apiVersion: extensions/v1beta1 +- apiVersion: apps/v1 kind: Deployment metadata: name: nginx @@ -54,7 +54,7 @@ items: spec: type: ClusterIP selector: - workloadID_nginx: "true" + container: "nginx" ports: - protocol: TCP port: 80