Skip to content

Commit

Permalink
changed traefik values to avoid breaking with the latest version of i…
Browse files Browse the repository at this point in the history
…t v15
  • Loading branch information
mysticaltech committed Oct 23, 2023
1 parent 5ce832d commit 911730d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion kube.tf.example
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,9 @@ service:

ports:
web:
redirectTo: websecure
redirectTo:
port: websecure
priority: 10

proxyProtocol:
trustedIPs:
Expand Down
4 changes: 3 additions & 1 deletion locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,9 @@ service:
ports:
web:
%{if var.traefik_redirect_to_https~}
redirectTo: websecure
redirectTo:
port: websecure
priority: 10
%{endif~}
%{if !local.using_klipper_lb~}
proxyProtocol:
Expand Down

0 comments on commit 911730d

Please sign in to comment.