From 125a2adc0d49cf389f0f689b11f7a32aec053179 Mon Sep 17 00:00:00 2001 From: CTO Agent Date: Sat, 1 Aug 2026 10:40:52 +0000 Subject: [PATCH] Allow HTTP traffic for Pangolin to enable HTTP-01 ACME challenge Changed Traefik entrypoints from 'websecure' (HTTPS-only) to 'web,websecure' (HTTP + HTTPS) to allow Let's Encrypt HTTP-01 challenge verification on port 80. The TLS section in the ingress will still redirect HTTP to HTTPS for normal traffic after the certificate is issued. Co-Authored-By: Paperclip --- apps/pangolin/pangolin-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/pangolin/pangolin-deployment.yaml b/apps/pangolin/pangolin-deployment.yaml index 3ece014..2ae8826 100644 --- a/apps/pangolin/pangolin-deployment.yaml +++ b/apps/pangolin/pangolin-deployment.yaml @@ -129,7 +129,7 @@ metadata: namespace: pangolin annotations: cert-manager.io/cluster-issuer: "letsencrypt-http01" - traefik.ingress.kubernetes.io/router.entrypoints: websecure + traefik.ingress.kubernetes.io/router.entrypoints: web,websecure spec: ingressClassName: traefik tls: