From 886ee82ad12648751622e56ec4d963162f10f739 Mon Sep 17 00:00:00 2001 From: sourav kumar Date: Mon, 20 Jun 2022 12:42:45 +0530 Subject: [PATCH] change the file location --- Days/day55.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Days/day55.md b/Days/day55.md index 55dde32..cfdf7d0 100644 --- a/Days/day55.md +++ b/Days/day55.md @@ -108,7 +108,7 @@ The build out of the application looks like the below: ![](Images/Day55_Kubernetes1.png) -You can find the YAML configuration file for this application here[pacman-stateful-demo.yaml](Days/Kubernetes/pacman-stateful-demo.yaml) +You can find the YAML configuration file for this application here [pacman-stateful-demo.yaml](Kubernetes) ### StorageClass Configuration @@ -199,7 +199,7 @@ If we check our namespaces now you will see that we have a new ingress-nginx nam ![](Images/Day55_Kubernetes14.png) -Now we must create our ingress YAML configuration to hit our Pacman service I have added this file to the repository [pacman-ingress.yaml](Days/Kubernetes/pacman-ingress.yaml) +Now we must create our ingress YAML configuration to hit our Pacman service I have added this file to the repository [pacman-ingress.yaml](Kubernetes) We can then create this in our ingress namespace with `kubectl create -f pacman-ingress.yaml`