update traefik.yaml
This commit is contained in:
parent
f230e04f2d
commit
8f9543dc08
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue