Update README.md

This commit is contained in:
Marcel Dempers 2022-03-22 16:48:36 +11:00 committed by GitHub
parent 920b78db41
commit 8dd82ada77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -159,9 +159,9 @@ So let's setup a single server with [docker](https://rancher.com/docs/rancher/v2
## Persist data
We will want to persist ranchers data across reboots. </br>
Rancher stores its data under `/var/lib/rancher`
Rancher stores its data under `/var/lib/rancher` </br>
Let's create some space to save data:
In this repo, let's create a space to persist data:
```
cd kubernetes/rancher
@ -227,4 +227,4 @@ example-service LoadBalancer 10.43.235.240 <pending> 80:31310/TCP 13
kubectl -n marcel port-forward svc/example-service 81:80
```
We can access our example-app on port 81
We can access our example-app on port 81