From 1ab7f70d330d113ad4712b0835ad208d78a0be7d Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 11 Dec 2025 20:37:25 -0600 Subject: [PATCH] disable tls --- clusters/cl01tl/helm/harbor/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/helm/harbor/values.yaml b/clusters/cl01tl/helm/harbor/values.yaml index f5e30cd5b..cb161f3e2 100644 --- a/clusters/cl01tl/helm/harbor/values.yaml +++ b/clusters/cl01tl/helm/harbor/values.yaml @@ -2,7 +2,7 @@ harbor: expose: type: route tls: - enabled: true + enabled: false certSource: auto auto: commonName: harbor.alexlebens.net