Skip to content

Commit

Permalink
Merge pull request #938 from M4t7e/webhook-port-fix
Browse files Browse the repository at this point in the history
Fix CCM Webhook Listener Port Collision
  • Loading branch information
mysticaltech authored Aug 23, 2023
2 parents 746ada7 + d09e8ca commit e79cfc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/ccm.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ spec:
- "--allow-untagged-cloud"
- "--allocate-node-cidrs=true"
- "--cluster-cidr=${cluster_cidr_ipv4}"
- "--webhook-secure-port=0"
%{if using_klipper_lb~}
- "--secure-port=10288"
%{endif~}
Expand Down

0 comments on commit e79cfc7

Please sign in to comment.