From 26d1652ded8e652bc1b44c15b9203cb77f8a42a1 Mon Sep 17 00:00:00 2001 From: Marco van Zijl Date: Sat, 3 May 2025 13:05:59 +0200 Subject: [PATCH] Remove redundant default metrics and port configurations from Traefik YAML --- applications/templates/traefik.yaml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/applications/templates/traefik.yaml b/applications/templates/traefik.yaml index f020941..ce9c1b2 100644 --- a/applications/templates/traefik.yaml +++ b/applications/templates/traefik.yaml @@ -29,23 +29,6 @@ spec: enabled: false matchRule: PathPrefix(`/ping`) entryPoints: ["traefik"] - metrics: - prometheus: - entryPoint: metrics - ports: - web: - port: 8000 - expose: true - exposedPort: 80 - protocol: TCP - websecure: - # asDefault: true - port: 8443 - expose: true - exposedPort: 443 - protocol: TCP - tls: - enabled: true service: enabled: true single: true