diff --git a/helm/hpcc/templates/localroxie.yaml b/helm/hpcc/templates/localroxie.yaml index 0e60f36e115..99a1b11250c 100644 --- a/helm/hpcc/templates/localroxie.yaml +++ b/helm/hpcc/templates/localroxie.yaml @@ -73,6 +73,7 @@ spec: server: {{ $servername | quote }} accessDali: "yes" accessEsp: "yes" + app: "roxie" {{- include "hpcc.generateHelmVersion" . | nindent 8 }} {{- include "hpcc.addStandardLabels" (dict "root" $ "component" "roxie-server" "name" "roxie" "instance" $roxie.name) | indent 8 }} {{- if hasKey . "labels" }} diff --git a/helm/hpcc/templates/roxie.yaml b/helm/hpcc/templates/roxie.yaml index 79cc3947b26..984587b0c68 100644 --- a/helm/hpcc/templates/roxie.yaml +++ b/helm/hpcc/templates/roxie.yaml @@ -123,6 +123,7 @@ spec: metadata: labels: {{- include "hpcc.addStandardLabels" (dict "root" $ "component" "topology-server" "name" "roxie" "instance" $commonCtx.toponame) | indent 8 }} + app: "toposerver" run: {{ $commonCtx.toponame | quote }} roxie-cluster: {{ $roxie.name | quote }} {{- include "hpcc.generateHelmVersion" . | nindent 8 }} @@ -182,6 +183,7 @@ kind: Service metadata: name: {{ $commonCtx.toponame | quote }} labels: + app: "toposerver" {{- include "hpcc.generateHelmVersion" . | nindent 4 }} {{- include "hpcc.addStandardLabels" (dict "root" $ "component" "topology-server" "name" "roxie" "instance" $commonCtx.toponame) | indent 4 }} spec: @@ -239,6 +241,7 @@ spec: template: metadata: labels: + app: "roxie" run: {{ $servername | quote }} server: {{ $roxie.name | quote }} roxie-cluster: {{ $roxie.name | quote }} @@ -345,6 +348,7 @@ spec: metadata: labels: {{- include "hpcc.addStandardLabels" (dict "root" $ "component" "roxie-agent" "name" "roxie" "instance" $name) | indent 8 }} + app: "roxie" run: {{ $name | quote}} {{- if not $roxie.serverReplicas }} server: {{ $servername | quote }}