-
-
Notifications
You must be signed in to change notification settings - Fork 383
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to configure traefik? #450
Comments
Hi @mattfysh if this is the route you'd like go down, then the pre-installed Traefik is probably not the best option for you. Instead, install with We cannot support you with Traefik directly, but I'm sure you can find what you need in their docs. Alex |
this seems to work, given that k3s allows you to customize bundled components. the only thing I couldn't use was traefik-config.yaml apiVersion: helm.cattle.io/v1
kind: HelmChartConfig
metadata:
name: traefik
namespace: kube-system
spec:
valuesContent: |-
ports:
web:
expose:
default: false
websecure:
# asDefault: true
exposedPort: 31111
tlsOptions:
default:
labels: {}
sniStrict: true
alpnProtocols: ['http/1.1']
scp traefik-config.yaml $SERVER:/home/debian/traefik-config.yaml
ssh $SERVER sudo \
mv traefik-config.yaml /var/lib/rancher/k3s/server/manifests/traefik-config.yaml it seems to survive |
When deploying the k3s node with traefik, is there a way to change:
The text was updated successfully, but these errors were encountered: