diff --git a/charts/lfx-v2-query-service/templates/deployment.yaml b/charts/lfx-v2-query-service/templates/deployment.yaml index 77f0ae7..b273f43 100644 --- a/charts/lfx-v2-query-service/templates/deployment.yaml +++ b/charts/lfx-v2-query-service/templates/deployment.yaml @@ -6,6 +6,8 @@ kind: Deployment metadata: name: lfx-v2-query-service namespace: {{ .Release.Namespace }} + labels: + app.kubernetes.io/name: {{ .Chart.Name }} spec: replicas: {{ .Values.replicaCount }} selector: @@ -19,6 +21,7 @@ spec: {{- end }} labels: app: lfx-v2-query-service + app.kubernetes.io/name: {{ .Chart.Name }} {{- with .Values.podLabels }} {{- toYaml . | nindent 8 }} {{- end }}