From fb03acac5953accbf3f81afa211cbff491f8a8e5 Mon Sep 17 00:00:00 2001 From: rikodao Date: Mon, 30 Nov 2020 15:26:15 +0900 Subject: [PATCH] Update hello-v1.yaml --- courses/ak8s/10_Services/hello-v1.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/courses/ak8s/10_Services/hello-v1.yaml b/courses/ak8s/10_Services/hello-v1.yaml index b1db4e8e03..2f28250ab4 100644 --- a/courses/ak8s/10_Services/hello-v1.yaml +++ b/courses/ak8s/10_Services/hello-v1.yaml @@ -1,4 +1,4 @@ -apiVersion: extensions/v1beta1 +apiVersion: apps/v1 kind: Deployment metadata: name: hello-v1