From d0c142f4c4fadbf67dfc246bfa70e9ad8fafc235 Mon Sep 17 00:00:00 2001 From: Sangmin Kim Date: Wed, 3 Apr 2024 17:28:12 +0900 Subject: [PATCH] modified: README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f292ee..48b08d4 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +> 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)