Skip to content

Commit

Permalink
오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
mainmethod0126 committed Jan 7, 2025
1 parent 0c736e7 commit 58e83fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/msa/add-jwt-verification-proxy-to-istio.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ jwt검증을 해주는 istio-proxy 를 각 파드별로 사이드카 등록을

`kubectl rollout restart deployment <deployment name> -n <namespace name>`

#### 아예 특정 Deployment 가 사이트가 주입이 안되도록 하려면?
#### 아예 특정 Deployment 에 사이트카 주입이 안되도록 하려면?

해당 deploment의 yaml 에 `metadata.annotations.sidecar.istio.io/inject: "false"` 를 지정하면된다
Expand Down

0 comments on commit 58e83fe

Please sign in to comment.