From 825b55c3e916454fff33ee52968e20bd940e2c01 Mon Sep 17 00:00:00 2001 From: Pascal Sthamer Date: Fri, 5 Dec 2025 16:35:02 +0100 Subject: [PATCH] use shuffle-workers for worker name Signed-off-by: Pascal Sthamer --- .../charts/shuffle/templates/shuffle-worker/_helpers.tpl | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/functions/kubernetes/charts/shuffle/templates/shuffle-worker/_helpers.tpl b/functions/kubernetes/charts/shuffle/templates/shuffle-worker/_helpers.tpl index 692fd6f2..8feafa76 100644 --- a/functions/kubernetes/charts/shuffle/templates/shuffle-worker/_helpers.tpl +++ b/functions/kubernetes/charts/shuffle/templates/shuffle-worker/_helpers.tpl @@ -1,9 +1,17 @@ {{/* Return the common name for worker components */}} +{{/* +Shuffle currently hardcodes the shuffle-workers:33333 address at some places. +Until that can be properly configured, we make sure that the worker deployment and service +are named exactly the same as the deployment and service that orborus would create. {{- define "shuffle.worker.name" -}} {{- printf "%s-worker" (include "common.names.fullname" .) | trunc 63 -}} {{- end -}} +*/}} +{{- define "shuffle.worker.name" -}} +shuffle-workers +{{- end -}} {{/* Return the common labels for worker components deployed via helm.