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 <noreply@paperclip.ing>
This commit is contained in:
parent
2f1fe3dd6b
commit
125a2adc0d
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ metadata:
|
||||||
namespace: pangolin
|
namespace: pangolin
|
||||||
annotations:
|
annotations:
|
||||||
cert-manager.io/cluster-issuer: "letsencrypt-http01"
|
cert-manager.io/cluster-issuer: "letsencrypt-http01"
|
||||||
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
traefik.ingress.kubernetes.io/router.entrypoints: web,websecure
|
||||||
spec:
|
spec:
|
||||||
ingressClassName: traefik
|
ingressClassName: traefik
|
||||||
tls:
|
tls:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue