diff --git a/configurations/scenarios-test-env/attack-chain-1-1/03-wordpress.yaml b/configurations/scenarios-test-env/attack-chain-1-1/03-wordpress.yaml index 5e930269..fcb28439 100644 --- a/configurations/scenarios-test-env/attack-chain-1-1/03-wordpress.yaml +++ b/configurations/scenarios-test-env/attack-chain-1-1/03-wordpress.yaml @@ -84,7 +84,7 @@ spec: resources: requests: cpu: 200m - memory: "200m" + memory: "200Mi" limits: cpu: 700m memory: "1Gi" diff --git a/configurations/scenarios-test-env/attack-chain-1-2/03-wordpress.yaml b/configurations/scenarios-test-env/attack-chain-1-2/03-wordpress.yaml index 15c1c2fb..49ef3104 100644 --- a/configurations/scenarios-test-env/attack-chain-1-2/03-wordpress.yaml +++ b/configurations/scenarios-test-env/attack-chain-1-2/03-wordpress.yaml @@ -62,7 +62,7 @@ spec: resources: requests: cpu: 200m - memory: "200m" + memory: "200Mi" limits: cpu: 700m memory: "1Gi" diff --git a/configurations/scenarios-test-env/attack-chain-2/03-wordpress.yaml b/configurations/scenarios-test-env/attack-chain-2/03-wordpress.yaml index 643e61e6..756cb6ea 100644 --- a/configurations/scenarios-test-env/attack-chain-2/03-wordpress.yaml +++ b/configurations/scenarios-test-env/attack-chain-2/03-wordpress.yaml @@ -64,7 +64,7 @@ spec: resources: requests: cpu: 200m - memory: "200m" + memory: "200Mi" limits: cpu: 700m memory: "1Gi" diff --git a/configurations/scenarios-test-env/attack-chain-3/03-wordpress.yaml b/configurations/scenarios-test-env/attack-chain-3/03-wordpress.yaml index cac232c6..d6fb4a06 100644 --- a/configurations/scenarios-test-env/attack-chain-3/03-wordpress.yaml +++ b/configurations/scenarios-test-env/attack-chain-3/03-wordpress.yaml @@ -74,7 +74,7 @@ spec: resources: requests: cpu: 200m - memory: "200m" + memory: "200Mi" limits: cpu: 700m memory: "1Gi" diff --git a/configurations/scenarios-test-env/attack-chain-4/03-wordpress.yaml b/configurations/scenarios-test-env/attack-chain-4/03-wordpress.yaml index 7c371ec7..ae4b03dc 100644 --- a/configurations/scenarios-test-env/attack-chain-4/03-wordpress.yaml +++ b/configurations/scenarios-test-env/attack-chain-4/03-wordpress.yaml @@ -56,7 +56,7 @@ spec: resources: requests: cpu: 200m - memory: "200m" + memory: "200Mi" limits: cpu: 700m memory: "1Gi" diff --git a/configurations/scenarios-test-env/attack-chain-5/02-wordpress.yaml b/configurations/scenarios-test-env/attack-chain-5/02-wordpress.yaml index 02c23f99..a99cc120 100644 --- a/configurations/scenarios-test-env/attack-chain-5/02-wordpress.yaml +++ b/configurations/scenarios-test-env/attack-chain-5/02-wordpress.yaml @@ -57,7 +57,7 @@ spec: resources: requests: cpu: 200m - memory: "200m" + memory: "200Mi" limits: cpu: 700m memory: "1Gi" diff --git a/configurations/scenarios-test-env/attack-chain-6/02-wordpress.yaml b/configurations/scenarios-test-env/attack-chain-6/02-wordpress.yaml index 2ff95f1c..1cdf87b3 100644 --- a/configurations/scenarios-test-env/attack-chain-6/02-wordpress.yaml +++ b/configurations/scenarios-test-env/attack-chain-6/02-wordpress.yaml @@ -57,7 +57,7 @@ spec: resources: requests: cpu: 200m - memory: "200m" + memory: "200Mi" limits: cpu: 700m memory: "1Gi" diff --git a/configurations/scenarios-test-env/attack-chain-7/02-wordpress.yaml b/configurations/scenarios-test-env/attack-chain-7/02-wordpress.yaml index 8261c8ff..4fb3feec 100644 --- a/configurations/scenarios-test-env/attack-chain-7/02-wordpress.yaml +++ b/configurations/scenarios-test-env/attack-chain-7/02-wordpress.yaml @@ -58,4 +58,4 @@ spec: resources: requests: cpu: 200m - memory: "200m" + memory: "200Mi" diff --git a/configurations/scenarios-test-env/attack-chain-9/02-service-unauthnticated.yaml b/configurations/scenarios-test-env/attack-chain-9/02-service-unauthnticated.yaml index bd7406f1..e44e0e0f 100644 --- a/configurations/scenarios-test-env/attack-chain-9/02-service-unauthnticated.yaml +++ b/configurations/scenarios-test-env/attack-chain-9/02-service-unauthnticated.yaml @@ -43,7 +43,7 @@ spec: resources: requests: cpu: 200m - memory: "200m" + memory: "200Mi" limits: cpu: 700m memory: "1Gi"