diff --git a/deployments/k8s-http-statistics.yaml b/deployments/k8s-http-statistics.yaml index 643d130..47b6985 100644 --- a/deployments/k8s-http-statistics.yaml +++ b/deployments/k8s-http-statistics.yaml @@ -1,4 +1,4 @@ -apiVersion: extensions/v1beta1 +apiVersion: apps/v1 kind: DaemonSet metadata: labels: @@ -6,6 +6,9 @@ metadata: weavescope-component: weavescope-http-statistics-plugin name: weavescope-http-statistics-plugin spec: + selector: + matchLabels: + app: weavescope template: metadata: labels: