From 3fea0e55e2e8e8173e855dae634a4a0046094b8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Jochum?= Date: Fri, 28 Aug 2020 18:28:34 +0200 Subject: [PATCH] Update deployment.yaml 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 7874bd3..ee1fb61 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -16,7 +16,7 @@ items: maxUnavailable: 0 type: RollingUpdate selector: - matchLabels: + matchLabels:t container: nginx template: metadata: @@ -24,7 +24,7 @@ items: container: nginx spec: containers: - - image: registry.jochum.dev/rene.jochum.dev/homepage:${CICD_GIT_TAG} + - image: registry.jochum.dev/jochum/homepage:${CICD_GIT_TAG} imagePullPolicy: IfNotPresent name: nginx resources: {}