From d82449c2da22dcabbb0437a8126f117aa06fd49d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Jochum?= Date: Wed, 17 Jul 2019 11:22:43 +0200 Subject: [PATCH] Update deployment --- deployment.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/deployment.yaml b/deployment.yaml index 30b9eab..8c9b104 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -18,7 +18,13 @@ items: maxSurge: 1 maxUnavailable: 0 type: RollingUpdate + selector: + matchLabels: + container: nginx template: + metadata: + labels: + container: nginx spec: containers: - image: registry.dev.wmk8s.com/pcdummy/renejochumsat:latest