modified: juiceshop/traefik-ingressR.yaml

This commit is contained in:
Sangmin Kim 2024-04-08 11:10:27 +09:00
parent e3637d2241
commit 4d733258c0
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ $ kubectl create namespace juiceshop
## Deploy ##
1. Apply yaml files.
```
$ kubectl apply -f juiceshop/deployment.yml -f juiceshop/service.yml -f juiceshop/traefik-ingressR.yaml
$ kubectl apply -f juiceshop/deployment.yml -f juiceshop/service.yml -f juiceshop/traefik-ingressR.yaml -n juiceshop
```
2. DNS spoofing test.

View File

@ -56,4 +56,4 @@ spec:
httpOnly: true
# name: cookie
# secure: true
# sameSite: none
sameSite: strict