mirror of
https://github.com/jominjun94/k8s-cpu-limit-check-operator.git
synced 2026-01-29 05:35:35 +00:00
14 lines
241 B
YAML
14 lines
241 B
YAML
apiVersion: reaper.cpu.limit.check/v1alpha1
|
|
kind: CpuReaperPolicy
|
|
metadata:
|
|
name: cpu-reaper
|
|
namespace: default
|
|
spec:
|
|
podSelector:
|
|
matchLabels:
|
|
app: stress
|
|
thresholdPercent: 100
|
|
forSeconds: 30
|
|
checkIntervalSeconds: 10
|
|
|