From 41c05dcc434ab749c246bd5db59c8aec3fe5a940 Mon Sep 17 00:00:00 2001 From: Amrit Dash <37613080+the-AoG-guy@users.noreply.github.com> Date: Sun, 11 Oct 2020 04:55:38 +0530 Subject: [PATCH 1/2] Update hello-canary.yaml --- kubernetes/deployments/hello-canary.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kubernetes/deployments/hello-canary.yaml b/kubernetes/deployments/hello-canary.yaml index ef4190e..fc59cea 100644 --- a/kubernetes/deployments/hello-canary.yaml +++ b/kubernetes/deployments/hello-canary.yaml @@ -1,9 +1,12 @@ -apiVersion: extensions/v1beta1 +apiVersion: apps/v1 kind: Deployment metadata: name: hello-canary spec: replicas: 1 + selector: + matchLabels: + app: "hello-canary" template: metadata: labels: From 1f28744d3c1aad94596d72109d73d202f9c823be Mon Sep 17 00:00:00 2001 From: Amrit Dash <37613080+the-AoG-guy@users.noreply.github.com> Date: Mon, 12 Oct 2020 14:00:25 +0530 Subject: [PATCH 2/2] Update hello-canary.yaml --- kubernetes/deployments/hello-canary.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/deployments/hello-canary.yaml b/kubernetes/deployments/hello-canary.yaml index fc59cea..307b35c 100644 --- a/kubernetes/deployments/hello-canary.yaml +++ b/kubernetes/deployments/hello-canary.yaml @@ -6,7 +6,7 @@ spec: replicas: 1 selector: matchLabels: - app: "hello-canary" + app: "hello" template: metadata: labels: