diff --git a/helm-chart/templates/04-hub-pod.yaml b/helm-chart/templates/04-hub-pod.yaml index ccec5bb6a..34559e010 100644 --- a/helm-chart/templates/04-hub-pod.yaml +++ b/helm-chart/templates/04-hub-pod.yaml @@ -3,6 +3,7 @@ apiVersion: v1 kind: Pod metadata: labels: + app: kubeshark-hub app.kubeshark.co/app: hub sidecar.istio.io/inject: "false" {{- include "kubeshark.labels" . | nindent 4 }} diff --git a/helm-chart/templates/06-front-pod.yaml b/helm-chart/templates/06-front-pod.yaml index 8126215a4..0a3c654fe 100644 --- a/helm-chart/templates/06-front-pod.yaml +++ b/helm-chart/templates/06-front-pod.yaml @@ -3,6 +3,7 @@ apiVersion: v1 kind: Pod metadata: labels: + app: kubeshark-front app.kubeshark.co/app: front sidecar.istio.io/inject: "false" {{- include "kubeshark.labels" . | nindent 4 }}