update traefik.yaml

This commit is contained in:
ansgarz 2022-05-20 09:43:56 +02:00
parent f230e04f2d
commit 8f9543dc08

View file

@ -1,4 +1,4 @@
# from https://github.com/k3s-io/k3s/blob/master/manifests/traefik.yaml # based on https://github.com/k3s-io/k3s/blob/master/manifests/traefik.yaml
--- ---
apiVersion: helm.cattle.io/v1 apiVersion: helm.cattle.io/v1
kind: HelmChart kind: HelmChart
@ -46,3 +46,6 @@ spec:
effect: "NoSchedule" effect: "NoSchedule"
service: service:
ipFamilyPolicy: "PreferDualStack" ipFamilyPolicy: "PreferDualStack"
spec:
type: LoadBalancer
externalTrafficPolicy: Local