This is an automated email from the ASF dual-hosted git repository.

ricardozanini pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-docs.git


The following commit(s) were added to refs/heads/main by this push:
     new 2f15b80ef Fix memory unit from "mi:" to "Mi" (#516)
2f15b80ef is described below

commit 2f15b80ef7a4449990a4eaa21e28cf206a99119f
Author: Roy Golan <[email protected]>
AuthorDate: Wed Nov 29 19:26:56 2023 +0200

    Fix memory unit from "mi:" to "Mi" (#516)
    
    Signed-off-by: Roy Golan <[email protected]>
---
 .../modules/ROOT/pages/cloud/operator/customize-podspec.adoc            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/serverlessworkflow/modules/ROOT/pages/cloud/operator/customize-podspec.adoc 
b/serverlessworkflow/modules/ROOT/pages/cloud/operator/customize-podspec.adoc
index 4279a21bb..14049ef81 100644
--- 
a/serverlessworkflow/modules/ROOT/pages/cloud/operator/customize-podspec.adoc
+++ 
b/serverlessworkflow/modules/ROOT/pages/cloud/operator/customize-podspec.adoc
@@ -30,7 +30,7 @@ spec:
       resources: <3>
         limits:
           cpu: "250m"
-          memory: "128mi"
+          memory: "128Mi"
   flow:
     start: HelloWorld
     states:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to