File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 1- name : Code Engine Create or Update
2- description : Github action to create or update Apps, Jobs and Functions in IBM Cloud Code Engine
1+ name : Deploy or update Code Engine workloads
2+ description : Github action to create or update applications, batch jobs and serverless functions in IBM Cloud Code Engine
33author : Ryan Tiffany
44
55branding :
6- icon : cloud
6+ icon : upload- cloud
77 color : blue
88
99inputs :
@@ -45,16 +45,23 @@ inputs:
4545 workload_cpu :
4646 description : CPU configuration set for the workload. If not set default Code Engine values are used.
4747 required : false
48+ default : 1
4849
4950 workload_memory :
5051 description : Memory configuration set for the workload. If not set default Code Engine values are used.
5152 required : false
53+ default : 4G
5254
5355 workload_port :
5456 description : Port configuration set for the app workload_type. If not set default Code Engine values are used.
5557 required : false
5658 default : 8080
5759
60+ workload_arg :
61+ description : Additional arguments to add to the app or job
62+ required : false
63+
64+
5865# Github action code
5966runs :
6067 using : composite
You can’t perform that action at this time.
0 commit comments