[READ-ONLY] Mirror of https://github.com/maybeanerd/home-cluster. IAC for a kubernetes cluster hosted at home. status.cluster.diluz.io
hacktoberfest
1

Configure Feed

Select the types of activity you want to include in your feed.

feat(traefik): allow long uploads (#1327)

authored by

Sebastian Di Luzio and committed by
GitHub
(Mar 30, 2026, 10:12 PM +0200) 985f8cd1 b68f3c82

+17 -7
+17 -7
charts/traefik/values.yaml
··· 40 40 to: websecure 41 41 scheme: https 42 42 permanent: true 43 + websecure: 44 + http: 45 + tls: 46 + # Default acme config 47 + certResolver: production 48 + transport: 49 + respondingTimeouts: 50 + # Allow upload request to take up to 10 minutes 51 + readTimeout: 600s 43 52 # enable ingressClass to let Traefik be default ingress controller 44 53 ingressClass: 45 54 name: traefik ··· 50 59 kubernetesIngress: 51 60 ingressClass: traefik 52 61 # ACME/Let's Encrypt configuration with HTTP challenge 53 - additionalArguments: 54 - - --certificatesresolvers.production.acme.email=cluster@diluz.io 55 - - --certificatesresolvers.production.acme.caServer=https://acme-v02.api.letsencrypt.org/directory 56 - - --certificatesresolvers.production.acme.httpChallenge.entryPoint=web 57 - - --certificatesresolvers.production.acme.storage=/ssl-certs/acme-production.json 58 - # Set production as default cert resolver for all TLS connections 59 - - --entrypoints.websecure.http.tls.certresolver=production 62 + certificatesResolvers: 63 + production: 64 + acme: 65 + email: cluster@diluz.io 66 + storage: /ssl-certs/acme-production.json 67 + caServer: https://acme-v02.api.letsencrypt.org/directory 68 + httpChallenge: 69 + entryPoint: web 60 70 # Persist certificates 61 71 persistence: 62 72 enabled: true