From 2228e540b1df1442e2c56d3d7ffc8c0b6a6806b5 Mon Sep 17 00:00:00 2001 From: Karan Parashar Date: Fri, 20 Feb 2026 23:41:44 +0530 Subject: [PATCH] fix(traefik): Do not default to port 8000 --- applications/add-ons/traefik.yaml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/applications/add-ons/traefik.yaml b/applications/add-ons/traefik.yaml index d3da771..a433cc5 100644 --- a/applications/add-ons/traefik.yaml +++ b/applications/add-ons/traefik.yaml @@ -23,9 +23,16 @@ spec: service: enabled: false - additionalArguments: - - --entrypoints.web.address=:80 - - --entrypoints.websecure.address=:443 + gateway: + listeners: + web: + port: 80 + protocol: HTTP + websecure: + port: 443 + protocol: HTTPS + certificateRefs: + - name: "" destination: server: https://kubernetes.default.svc namespace: traefik