From 2073a83dd972fdc02619ee447f99cc362d5b9027 Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Fri, 24 Nov 2023 13:00:20 -0500 Subject: [PATCH] http protocol on dash --- kubernetes-dashboard/helmrelease-kubernetes-dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes-dashboard/helmrelease-kubernetes-dashboard.yaml b/kubernetes-dashboard/helmrelease-kubernetes-dashboard.yaml index 97dd936..69c7acd 100644 --- a/kubernetes-dashboard/helmrelease-kubernetes-dashboard.yaml +++ b/kubernetes-dashboard/helmrelease-kubernetes-dashboard.yaml @@ -157,7 +157,7 @@ spec: ## Serve application over HTTP without TLS ## ## Note: If set to true, you may want to add --enable-insecure-login to extraArgs - protocolHttp: false + protocolHttp: true service: type: ClusterIP