Skip to content

Commit b058036

Browse files
committed
Fix adding container article
1 parent fc234cf commit b058036

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/modules/user-guide/partials/proc_adding-container-component-to-a-devfile.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,15 @@ A component type that allows to define a container image-based configuration of
3333
protocol: https
3434
secure: 'true'
3535
exposure: public
36+
memoryRequest: 256M
3637
memoryLimit: 1536M
38+
cpuRequest: 0.1
39+
cpuLimit: 0.5
3740
command: ['tail']
3841
args: ['-f', '/dev/null']
3942
----
4043
+
41-
.A minimal `container` component*
44+
.A minimal `container` component
4245
[source,yaml]
4346
----
4447
schemaVersion: 2.1.0

0 commit comments

Comments
 (0)