diff --git a/stacks/traefik/modules/traefik/main.tf b/stacks/traefik/modules/traefik/main.tf index ceed9bdb..40e8a81c 100644 --- a/stacks/traefik/modules/traefik/main.tf +++ b/stacks/traefik/modules/traefik/main.tf @@ -141,12 +141,6 @@ resource "helm_release" "traefik" { protocol = "TCP" expose = { default = true } } - ollama-tcp = { - port = 11434 - exposedPort = 11434 - protocol = "TCP" - expose = { default = true } - } } service = {