modified: README.md

This commit is contained in:
Sangmin Kim 2024-04-08 09:53:17 +09:00
parent b88be070fb
commit 55d449ed63
1 changed files with 7 additions and 4 deletions

View File

@ -1,6 +1,9 @@
# akashop # akashop
https://origin-akashop.akamai-lab.com https://origin-akashop.akamai-lab.com
- akashop was built on [woocommerce](https://woo.com/).
- akashop is deployed to **tee-origins** kubernetes cluster.
## How to deploy ## How to deploy
1. git clone https://gitea-ptl.akamai-lab.com/akamai/akashop.git 1. git clone https://gitea-ptl.akamai-lab.com/akamai/akashop.git
2. cd akashop/traefik 2. cd akashop/traefik
@ -36,11 +39,11 @@ Server: Apache/2.4.57 (Debian)
X-Powered-By: PHP/8.2.17 X-Powered-By: PHP/8.2.17
X-Redirect-By: WordPress X-Redirect-By: WordPress
``` ```
1. Update DNS record 12. Update DNS record
``` ```
origin-akashop.akamai-lab.com. 600 IN A {traefik-web-external-ip} origin-akashop.akamai-lab.com. 600 IN A {traefik-web-external-ip}
``` ```
1. HTTPS test 13. HTTPS test
``` ```
http https://origin-akashop.akamai-lab.com -ph http https://origin-akashop.akamai-lab.com -ph
HTTP/1.1 200 OK HTTP/1.1 200 OK
@ -56,7 +59,7 @@ X-Powered-By: PHP/8.2.17
``` ```
## How to use HTTPS ## ## How to use HTTPS ##
- traefik/02-traefik.yml - traefik/traefik-deployment.yml
```yml ```yml
- --certificatesresolvers.le.acme.email=learn@akamai.com - --certificatesresolvers.le.acme.email=learn@akamai.com
- --certificatesresolvers.le.acme.storage=acme.json - --certificatesresolvers.le.acme.storage=acme.json
@ -105,7 +108,7 @@ metadata:
``` ```
## How to maintain Session Stickyness ## ## How to maintain Session Stickyness ##
- akashop/ingress.yml - akashop/traefik-ingressR.yml
```yml ```yml
apiVersion: traefik.io/v1alpha1 apiVersion: traefik.io/v1alpha1
kind: IngressRoute kind: IngressRoute