From 27c53cc54c8ebda525b01c26ab948fb5a0ce9a19 Mon Sep 17 00:00:00 2001 From: windsonsea Date: Wed, 6 Nov 2024 09:09:07 +0800 Subject: [PATCH] Fix a clause about request/limit in app-security-checklist --- .../en/docs/concepts/security/application-security-checklist.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/security/application-security-checklist.md b/content/en/docs/concepts/security/application-security-checklist.md index 04223f3725..e1ce9cc060 100644 --- a/content/en/docs/concepts/security/application-security-checklist.md +++ b/content/en/docs/concepts/security/application-security-checklist.md @@ -44,7 +44,7 @@ would apply to most applications deploying to Kubernetes. when designing applications. - [ ] Application configured with appropriate {{< glossary_tooltip text="QoS class" term_id="QoS-class" >}} through resource request and limits. - - [ ] Memory limit is set for the workloads with a limit equal or inferior to the request. + - [ ] Memory limit is set for the workloads with a limit equal to or greater than the request. - [ ] CPU limit might be set on sensitive workloads. ### Service account