modified: README.md

This commit is contained in:
Sangmin Kim 2024-04-03 17:28:12 +09:00
parent b003482af6
commit d0c142f4c4
1 changed files with 11 additions and 1 deletions

View File

@ -76,4 +76,14 @@ cd ../nginx
kubectl apply -f nginx-deployemt.yml -f nginx-service.yml -f nginx-ext.yml -f nginx-ingress.yml -f pv.yml -f pvc.yml
```
> Alice validates the environment by end-to-end test.
> Alice validates the environment by end-to-end test.
## More Sample Codes ##
[How to use HTTPS](https://gitea-ptl.akamai-lab.com/akamai/akashop#how-to-use-https)
[How to redirect HTTP to HTTPS](https://gitea-ptl.akamai-lab.com/akamai/akashop#how-to-redirect-http-to-https)
[How to maintain Session Stickyness](https://gitea-ptl.akamai-lab.com/akamai/akashop#how-to-maintain-session-stickyness)
[How to use ReadWriteMany pvc](https://gitea-ptl.akamai-lab.com/akamai/akashop#how-to-use-readwritemany-pvc)