diff --git a/README.md b/README.md index 9e6d95e..add572f 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/juiceshop/traefik-ingressR.yaml b/juiceshop/traefik-ingressR.yaml index 10c98ab..3c9f6ba 100644 --- a/juiceshop/traefik-ingressR.yaml +++ b/juiceshop/traefik-ingressR.yaml @@ -56,4 +56,4 @@ spec: httpOnly: true # name: cookie # secure: true - # sameSite: none + sameSite: strict