diff --git a/k8-manifest/.vscode/settings.json b/k8-manifest/.vscode/settings.json deleted file mode 100644 index 0947e5f..0000000 --- a/k8-manifest/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "azureAutomation.directory.basePath": "" -} \ No newline at end of file diff --git a/k8-manifest/polinux/stress.yaml b/k8-manifest/polinux/stress.yaml deleted file mode 100644 index 5773b4b..0000000 --- a/k8-manifest/polinux/stress.yaml +++ /dev/null @@ -1,19 +0,0 @@ -apiVersion: v1 -kind: Pod -metadata: - name: stress-test -spec: - containers: - - name: stress - image: polinux/stress - command: - - stress - - --cpu - - "4" # Number of CPU workers (adjust this based on your needs) - - --timeout - - "1h" # Duration for which the stress should run - resources: - requests: - cpu: "1" # Request 1 CPU core - limits: - cpu: "4" # Limit to 4 CPU cores (adjust as necessary)