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