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