Skip to content

Commit

Permalink
Merge pull request #1280 from ricristian/patch-4
Browse files Browse the repository at this point in the history
Fix LoadBalancer service using both public and private IP of LB's
  • Loading branch information
mysticaltech committed Mar 16, 2024
2 parents bdcf512 + a2197f5 commit 5ae0545
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/ccm.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ spec:
value: "true"
- name: "HCLOUD_LOAD_BALANCERS_ENABLED"
value: "${!using_klipper_lb}"
- name: "HCLOUD_LOAD_BALANCERS_DISABLE_PRIVATE_INGRESS"
value: "true"

0 comments on commit 5ae0545

Please sign in to comment.