From e5c3bc6d6a6f7eba069009b8cc9f80a1a57c3b0b Mon Sep 17 00:00:00 2001 From: Krystof Stekovic Date: Thu, 28 Nov 2024 16:16:55 +0100 Subject: [PATCH] [WFLY-20032] disable tls on OpenShift for Thread racing QS --- thread-racing/charts/helm.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/thread-racing/charts/helm.yaml b/thread-racing/charts/helm.yaml index 4ed9f36167..be22a40d65 100644 --- a/thread-racing/charts/helm.yaml +++ b/thread-racing/charts/helm.yaml @@ -3,4 +3,7 @@ build: ref: main contextDir: thread-racing deploy: - replicas: 1 \ No newline at end of file + replicas: 1 + route: + tls: + enabled: false \ No newline at end of file