From 89ac6c93b8a673462123ee26cba972f1f66fab43 Mon Sep 17 00:00:00 2001 From: Tim Berry Date: Mon, 21 Oct 2019 14:17:00 +0100 Subject: [PATCH] Fix lab files --- .../myapp/{myapp-deployment.html => myapp-deployment.yaml} | 2 +- .../myapp/{myapp-service.html => myapp-service.yaml} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename Chapter_Three/Lecture_4_Lab/myapp/{myapp-deployment.html => myapp-deployment.yaml} (98%) rename Chapter_Three/Lecture_4_Lab/myapp/{myapp-service.html => myapp-service.yaml} (100%) diff --git a/Chapter_Three/Lecture_4_Lab/myapp/myapp-deployment.html b/Chapter_Three/Lecture_4_Lab/myapp/myapp-deployment.yaml similarity index 98% rename from Chapter_Three/Lecture_4_Lab/myapp/myapp-deployment.html rename to Chapter_Three/Lecture_4_Lab/myapp/myapp-deployment.yaml index b25c416..4f73915 100644 --- a/Chapter_Three/Lecture_4_Lab/myapp/myapp-deployment.html +++ b/Chapter_Three/Lecture_4_Lab/myapp/myapp-deployment.yaml @@ -1,4 +1,4 @@ -piVersion: apps/v1 +apiVersion: apps/v1 kind: Deployment metadata: name: myapp-deployment diff --git a/Chapter_Three/Lecture_4_Lab/myapp/myapp-service.html b/Chapter_Three/Lecture_4_Lab/myapp/myapp-service.yaml similarity index 100% rename from Chapter_Three/Lecture_4_Lab/myapp/myapp-service.html rename to Chapter_Three/Lecture_4_Lab/myapp/myapp-service.yaml