Added Wordload files

This commit is contained in:
2025-02-13 00:24:16 +03:30
parent 55347bfd59
commit d831f0e72f
7 changed files with 128 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
apiVersion: apps/v1
kind: DaemonSet
metadata:
name: daemonset-test
namespace: ns-test
spec:
selector:
matchLabels:
name: node-exporter
template:
metadata:
labels:
name: node-exporter
spec:
containers:
- name: node-exporter
image: prom/node-exporter