Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Updated deployment file to support latest Kubernetes version #24

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion deployments/k8s-http-statistics.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: DaemonSet
metadata:
labels:
app: weavescope
weavescope-component: weavescope-http-statistics-plugin
name: weavescope-http-statistics-plugin
spec:
selector:
matchLabels:
app: weavescope
template:
metadata:
labels:
Expand Down