diff --git a/dos.yaml b/dos.yaml deleted file mode 100644 index f611014..0000000 --- a/dos.yaml +++ /dev/null @@ -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 - -