mirror of
https://github.com/MichaelCade/90DaysOfDevOps.git
synced 2025-03-10 12:58:49 +07:00
change the file location
This commit is contained in:
parent
b71f7ce347
commit
886ee82ad1
@ -108,7 +108,7 @@ The build out of the application looks like the below:
|
||||
|
||||

|
||||
|
||||
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
|
||||
|
||||

|
||||
|
||||
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`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user