Stop using nativeLB

This commit is contained in:
2024-06-22 21:30:28 +02:00
parent 68e2fb8f61
commit 75a2845e6c
2 changed files with 16 additions and 2 deletions

View File

@ -15,6 +15,6 @@ traefik:
- match: {{ .match }}
services:
- name: {{ .service }}
nativeLB: true
nativeLB: false
port: {{ .port }}
{{- end }}
{{- end }}