update matchLabels

As changed in #1625

Signed-off-by: Pascal Sthamer <10992664+P4sca1@users.noreply.github.com>
This commit is contained in:
Pascal Sthamer
2025-02-18 16:31:40 +01:00
parent 63fac95c51
commit 10c13dfa6f
+2 -2
View File
@@ -111,7 +111,7 @@ Return the match labels for worker components
NOTE: This does not match the labels from shuffle.worker.labels, but the labels set by the orborus GoLang app.
*/}}
{{- define "shuffle.worker.matchLabels" -}}
container: shuffle-worker
app.kubernetes.io/name: shuffle-worker
{{- end -}}
{{/*
@@ -119,7 +119,7 @@ Return the match labels for app components
NOTE: This does not match the labels from shuffle.worker.labels, but the labels set by the orborus GoLang app.
*/}}
{{- define "shuffle.app.matchLabels" -}}
app: shuffle-app
app.kubernetes.io/name: shuffle-app
{{- end -}}
{{/*