From 4d733258c01cc789f005f9dc06f8998c0b228b52 Mon Sep 17 00:00:00 2001 From: Sangmin Kim Date: Mon, 8 Apr 2024 11:10:27 +0900 Subject: [PATCH] modified: juiceshop/traefik-ingressR.yaml --- README.md | 2 +- juiceshop/traefik-ingressR.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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