Skip to content

Commit

Permalink
Merge pull request #544 from armosec/mfix
Browse files Browse the repository at this point in the history
Update memory resource requests in WordPress YAML configurations to u…
  • Loading branch information
kooomix authored Dec 19, 2024
2 parents 2a28935 + bf45330 commit 64d7192
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ spec:
resources:
requests:
cpu: 200m
memory: "200m"
memory: "200Mi"
limits:
cpu: 700m
memory: "1Gi"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ spec:
resources:
requests:
cpu: 200m
memory: "200m"
memory: "200Mi"
limits:
cpu: 700m
memory: "1Gi"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
resources:
requests:
cpu: 200m
memory: "200m"
memory: "200Mi"
limits:
cpu: 700m
memory: "1Gi"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ spec:
resources:
requests:
cpu: 200m
memory: "200m"
memory: "200Mi"
limits:
cpu: 700m
memory: "1Gi"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
resources:
requests:
cpu: 200m
memory: "200m"
memory: "200Mi"
limits:
cpu: 700m
memory: "1Gi"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
resources:
requests:
cpu: 200m
memory: "200m"
memory: "200Mi"
limits:
cpu: 700m
memory: "1Gi"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
resources:
requests:
cpu: 200m
memory: "200m"
memory: "200Mi"
limits:
cpu: 700m
memory: "1Gi"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ spec:
resources:
requests:
cpu: 200m
memory: "200m"
memory: "200Mi"
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
resources:
requests:
cpu: 200m
memory: "200m"
memory: "200Mi"
limits:
cpu: 700m
memory: "1Gi"
Expand Down

0 comments on commit 64d7192

Please sign in to comment.