k3d.conf.sample 294 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 --- apiVersion: k3d.io/v1alpha5 kind: Simple metadata: name: local ports: - port: 80:80 nodeFilters: - loadbalancer - port: 443:443 nodeFilters: - loadbalancer options: k3s: extraArgs: - arg: "--disable=traefik" nodeFilters: - servers:*