Skip to content

Commit

Permalink
chore(traefik): remove unused entrypoint
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Nenciarini <mnencia@kcore.it>
  • Loading branch information
mnencia committed Jan 4, 2024
1 parent b6882d1 commit a78a147
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,6 @@ podDisruptionBudget:
maxUnavailable: 33%
%{endif~}
additionalArguments:
- "--entrypoints.tcp=true"
- "--providers.kubernetesingress.ingressendpoint.publishedservice=${local.ingress_target_namespace}/traefik"
%{for option in var.traefik_additional_options~}
- "${option}"
Expand Down

0 comments on commit a78a147

Please sign in to comment.