From b081b5779c4bd8c8c723947f64e435ba64f37dfa Mon Sep 17 00:00:00 2001 From: ducoterra Date: Sat, 18 Apr 2020 16:48:16 -0400 Subject: [PATCH] remove label selector for now --- traefik.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/traefik.toml b/traefik.toml index f7bacdd..fbb774b 100644 --- a/traefik.toml +++ b/traefik.toml @@ -39,7 +39,7 @@ # Optional # Default: empty (process all Ingresses) # -labelselector = "external" +# labelselector = "external" # Value of `kubernetes.io/ingress.class` annotation that identifies Ingress objects to be processed. # If the parameter is non-empty, only Ingresses containing an annotation with the same value are processed.