Skip to content

Commit

Permalink
Update port expose config
Browse files Browse the repository at this point in the history
  • Loading branch information
dmorn committed May 2, 2024
1 parent d1aea66 commit 8100e5d
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 8100e5d

Please sign in to comment.