Team Projects
A Project is a collection of a Build, a Workload and a Service in ONE form.
Create a Project
- In the left menu click on
Projects
and then onCreate project
. - Provide a name for the project.
Note: The name of the project will be used for all created resources (build, workload and service).
- Select
Create build form source
orUse an existing image
- If
Create build from source
is selected: follow the instruction for creating a Build - If
Use an existing image
is selected: follow the instruction for creating a Workload
Note: The image.repository
and image.tag
parameters in the values of the workload are automatically set when Create build form source
is used. If Use an existing image
is selected, the image.repository
and image.tag
parameters need to be set manually.
- Follow the instruction for creating a Service to expose the workload
- Click
Submit
and thenDeploy changes