Added the external network pol to traefik

This commit is contained in:
Matthew Leach 2022-10-19 16:03:10 +01:00
Родитель 614eb6f380
Коммит 688747a433
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -294,6 +294,7 @@ if [ "$ingress" = "traefik" ]; then
helm show values traefik/traefik > values.yaml
if [ "$ingressEveryNode" ]; then
sed -i "/^\([[:space:]]*kind: \).*/s//\1DaemonSet/" values.yaml
sed -i "/^\([[:space:]]*spec: \).*/s//\1{ externalTrafficPolicy: Local}/" values.yaml
fi
helm upgrade --install ${traefik_helm_release_name} traefik/traefik \
--values values.yaml \