Skip to content

Instantly share code, notes, and snippets.

@rayros
Created November 6, 2024 00:20
Show Gist options
  • Select an option

  • Save rayros/aa2a34eeac76bc27fec11f62907f95be to your computer and use it in GitHub Desktop.

Select an option

Save rayros/aa2a34eeac76bc27fec11f62907f95be to your computer and use it in GitHub Desktop.
Fix k3s traefik 499 Client Closed Request for long upload
apiVersion: helm.cattle.io/v1
kind: HelmChartConfig
metadata:
name: traefik
namespace: kube-system
spec:
valuesContent: |-
additionalArguments:
- "--entrypoints.web.transport.respondingTimeouts.readTimeout=3600" # 1 hour
- "--entrypoints.websecure.transport.respondingTimeouts.readTimeout=3600" # 1 hour
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment