From 8502395521b198c38ed8c66f637acadabee5458d Mon Sep 17 00:00:00 2001 From: Danijel Simeunovic Date: Thu, 12 Feb 2026 11:29:21 +0100 Subject: [PATCH] tr yaml --- infra/traefik-application.yaml | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/infra/traefik-application.yaml b/infra/traefik-application.yaml index c541eb2..89b1a40 100644 --- a/infra/traefik-application.yaml +++ b/infra/traefik-application.yaml @@ -73,22 +73,33 @@ spec: isDefaultClass: true # Configure entry points - entryPoints: + ports: web: - address: :80 + observability: + accessLogs: true + metrics: true + tracing: true + proxyProtocol: + trustedIPs: "172.16.1.0/24" + forwardedHeaders: + trustedIPs: "172.16.1.0/24" + port: 80 http: redirections: entrypoint: to: websecure scheme: https + websecure: - address: :443 + port: 443 proxyProtocol: trustedIPs: "172.16.1.0/24" forwardedHeaders: trustedIPs: "172.16.1.0/24" - http: - tls: {} + observability: + accessLogs: true + metrics: true + tracing: true destination: server: https://kubernetes.default.svc