From 8ecb3dadf9bc5f2381ff68f6238053c9ae579cc0 Mon Sep 17 00:00:00 2001 From: ducoterra Date: Sat, 18 Apr 2020 21:47:55 -0400 Subject: [PATCH] fix config --- k8s/configmap.yaml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/k8s/configmap.yaml b/k8s/configmap.yaml index d03dd30..44e41ce 100644 --- a/k8s/configmap.yaml +++ b/k8s/configmap.yaml @@ -6,12 +6,4 @@ metadata: data: traefik.toml: | # traefik.toml - defaultEntryPoints = ["http","https"] - [entryPoints] - [entryPoints.http] - address = ":9080" - [entryPoints.http.redirect] - entryPoint = "https" - [entryPoints.https] - address = ":9443" - [entryPoints.https.tls] \ No newline at end of file + [kubernetes] \ No newline at end of file