Hi
I am using Traefik with K3os. Traefik is installed by default. To change the configuration you supply some additonal configuration to /var/lib/rancher/k3s/server/manifests.
This should make changes to the Traefik config. There appears to be different ways to format the configuration. I have added the following- It doesn't work. Access logs are not active neither is prometheus.
I can verfiy the options have been added to the config map.
Any help on this would be great.
Thank you
apiVersion: helm.cattle.io/v1
kind: HelmChartConfig
metadata:
name: traefik
namespace: kube-system
spec:
chart: https://%{KUBERNETES_API}%/static/charts/traefik-9.18.2.tgz
valuesContent: |-
dashboard:
enabled: true
domain: "fab.local"
metrics:
prometheus:
enabled: true
accessLog:
enabled: true