Skip to content

Commit

Permalink
Add annotations in pod template to bypass Istio sidecar for metrics (#…
Browse files Browse the repository at this point in the history
…337)

Add annotations in pod template spec for Istio
  • Loading branch information
szwedm authored Jul 6, 2023
1 parent e8ffeeb commit 5f66427
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ spec:
metadata:
annotations:
kubectl.kubernetes.io/default-container: manager
traffic.sidecar.istio.io/includeInboundPorts: '*'
traffic.sidecar.istio.io/excludeInboundPorts: "8080"
labels:
app.kubernetes.io/component: btp-manager.kyma-project.io
spec:
Expand Down

0 comments on commit 5f66427

Please sign in to comment.