Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions config/pomerium/deployment/istio.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: pomerium
spec:
template:
metadata:
annotations:
traffic.sidecar.istio.io/excludeInboundPorts: "80,443"
2 changes: 1 addition & 1 deletion config/pomerium/deployment/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ patchesStrategicMerge:
- resources.yaml
- no-root.yaml
- readonly-root-fs.yaml
#- healthchecks.yaml
- istio.yaml
2 changes: 2 additions & 0 deletions deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,8 @@ spec:
app.kubernetes.io/name: pomerium
template:
metadata:
annotations:
traffic.sidecar.istio.io/excludeInboundPorts: 80,443
labels:
app.kubernetes.io/name: pomerium
spec:
Expand Down