From 671030e29c9851fb97491137add168238c14cd99 Mon Sep 17 00:00:00 2001 From: Nadeem Ahmad Date: Sun, 14 Aug 2022 12:44:56 +0530 Subject: [PATCH] Update day54.md --- Days/day54.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Days/day54.md b/Days/day54.md index 9a028c2..ebfcc07 100644 --- a/Days/day54.md +++ b/Days/day54.md @@ -28,7 +28,7 @@ In this first step, we are simply going to create a stateless application within ### Creating the YAML -In the first demo, we want to define everything we do with YAML, we could have a whole section on YAML but I am going to skim over this and leave some resources at the end that will cover YAML in more detail. +In the first demo, we want to define everything we do with YAML, we could have a whole section on YAML but I am going to skip over this and leave some resources at the end that will cover YAML in more detail. We could create the following as one YAML file or we could break this down for each aspect of our application, i.e this could be separate files for namespace, deployment and service creation but in this file, below we separate these by using `---` in one file. You can find this file located [here](Kubernetes) (File name:- nginx-stateless-demo.YAML)