Skip to content

Commit

Permalink
drop new hostPort on 8002
Browse files Browse the repository at this point in the history
  • Loading branch information
dprotaso committed Jan 9, 2025
1 parent 54b87a9 commit f5b2c37
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion config/contour/external.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8995,7 +8995,6 @@ spec:
name: https
protocol: TCP
- containerPort: 8002
hostPort: 8002
name: metrics
protocol: TCP
readinessProbe:
Expand Down
1 change: 0 additions & 1 deletion config/contour/internal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8994,7 +8994,6 @@ spec:
name: https
protocol: TCP
- containerPort: 8002
hostPort: 8002
name: metrics
protocol: TCP
readinessProbe:
Expand Down
4 changes: 4 additions & 0 deletions hack/overlays/disable-envoy-daemonset-hostport.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ spec:
- containerPort: 8443
#@overlay/remove
hostPort: 443
#@overlay/match by="containerPort"
- containerPort: 8002
#@overlay/remove
hostPort: 8002

0 comments on commit f5b2c37

Please sign in to comment.