Bring back the app labels

This commit is contained in:
M. Mert Yildiran 2023-08-15 18:33:00 +03:00
parent 746eff1e23
commit 749b19512e
No known key found for this signature in database
GPG Key ID: DA5D6DCBB758A461
2 changed files with 2 additions and 0 deletions

View File

@ -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 }}

View File

@ -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 }}