[LOG] Fix log charts to be compatibile with k8s 1.16+ and helm 3
[oom.git] / kubernetes / log / components / log-logstash / templates / deployment.yaml
index 566c7a3..92817fa 100644 (file)
@@ -26,6 +26,9 @@ metadata:
     release: {{ include "common.release" . }}
     heritage: {{ .Release.Service }}
 spec:
+  selector:
+    matchLabels:
+      app: {{ include "common.name" . }}
   replicas: {{ .Values.replicaCount }}
   template:
     metadata: