From 5e2da267ac3d6d01400cae57857368bc16fc8a9a Mon Sep 17 00:00:00 2001 From: ducoterra Date: Sat, 18 Apr 2020 19:12:28 -0400 Subject: [PATCH] remove entrypoints --- k8s/deploy.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/k8s/deploy.yaml b/k8s/deploy.yaml index 886ab22..0e4cc86 100644 --- a/k8s/deploy.yaml +++ b/k8s/deploy.yaml @@ -36,7 +36,4 @@ spec: args: - --api - --kubernetes - - --logLevel=INFO - - --defaultentrypoints=http,https - - --entrypoints=Name:https Address::443 TLS - - --entrypoints=Name:http Address::80 \ No newline at end of file + - --logLevel=INFO \ No newline at end of file