Skip to content

Commit

Permalink
Deploy network diagnosis tool as daemonset
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit74 committed Sep 4, 2023
1 parent a335c61 commit 283ef5f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 116 deletions.
25 changes: 25 additions & 0 deletions debug/debug-network-tools.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
apiVersion: apps/v1
kind: DaemonSet
metadata:
name: debug-network-tools-daemonset
namespace: debug
labels:
app: debug-network-tools
spec:
selector:
matchLabels:
app: debug-network-tools-daemonset
template:
metadata:
labels:
app: debug-network-tools-daemonset
spec:
containers:
- image: jonlabelle/network-tools:latest
imagePullPolicy: Always
name: network-tools
resources:
requests:
memory: "128Mi"
cpu: "100m"
command: ["sh", "-c", "sleep infinity"]
116 changes: 0 additions & 116 deletions stats/debug-matomo-network-tools.yaml

This file was deleted.

0 comments on commit 283ef5f

Please sign in to comment.