From 8f9543dc084df7dc39f501b71b2632a935185556 Mon Sep 17 00:00:00 2001 From: ansgarz Date: Fri, 20 May 2022 09:43:56 +0200 Subject: [PATCH] update traefik.yaml --- .../provs/server/infrastructure/k3s/traefik.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main/resources/org/domaindrivenarchitecture/provs/server/infrastructure/k3s/traefik.yaml b/src/main/resources/org/domaindrivenarchitecture/provs/server/infrastructure/k3s/traefik.yaml index 38d0dc4..52cad06 100644 --- a/src/main/resources/org/domaindrivenarchitecture/provs/server/infrastructure/k3s/traefik.yaml +++ b/src/main/resources/org/domaindrivenarchitecture/provs/server/infrastructure/k3s/traefik.yaml @@ -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 kind: HelmChart @@ -46,3 +46,6 @@ spec: effect: "NoSchedule" service: ipFamilyPolicy: "PreferDualStack" + spec: + type: LoadBalancer + externalTrafficPolicy: Local