Skip to content

Commit

Permalink
Merge pull request #1336 from dmorn/master
Browse files Browse the repository at this point in the history
Fix configuration when exposing additional ports
  • Loading branch information
mysticaltech committed May 3, 2024
2 parents d1aea66 + 8100e5d commit 3c6078a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,8 @@ ports:
%{for option in var.traefik_additional_ports~}
${option.name}:
port: ${option.port}
expose: true
expose:
default: true
exposedPort: ${option.exposedPort}
protocol: TCP
%{if !local.using_klipper_lb~}
Expand Down

0 comments on commit 3c6078a

Please sign in to comment.