Delete dos.yaml

This commit is contained in:
2026-02-10 11:25:54 +00:00
parent d6ab370b54
commit 391de01ac1

View File

@@ -1,35 +0,0 @@
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: ddos
spec:
replicas: 10
selector:
matchLabels:
app: ddos
template:
metadata:
labels:
app: ddos
spec:
topologySpreadConstraints:
- maxSkew: 1
topologyKey: topology.kubernetes.io/hostname
whenUnsatisfiable: ScheduleAnyway
labelSelector:
matchLabels:
app: ddos
enableServiceLinks: false
containers:
- name: ddos
image: alpine/k8s:1.24.16@sha256:06f8942d87fa17b40795bb9a8eff029a9be3fc3c9bcc13d62071de4cc3324153
command:
- /bin/bash
- -c
- |
while [ 1 ]; do
curl -L https://memelord-sala.ee-lte-1.codemowers.io
done