-
Notifications
You must be signed in to change notification settings - Fork 0
BuildPiper_Lab_05 : Configure Deploy Details using Helm
taranopstree edited this page Jan 16, 2024
·
2 revisions
In this lab, we'll configure Deploy Details using Helm.
- Service
-
To Deploy the service, we need to configure DEPLOY DETAILS. And We can perform this task using
BuildPiper-UI
orCustom Manifest file/GitOps
. Let's learn configuration through Helm.- Click on
ENV DEPLOY DETAILS
and continue toCustom Manifest file/GitOps
- Click on
-
Fill the Required Details in Access Level and click on Continue.
- Service Name: -dev-dev # This name will come automatically
- Image Name: /dev/dev # This name will come automatically
- Deployment Name: -dev-dev # This name will come automatically
- Desired Replica Count: 1 # Default value is 1
- Image Pull Policy: Select option from the drop down.
-
If you want to define Raw Key Value Pairs. You can define as per your service requirement.
-
From the defined radio button options, select
Via Helm Templates
-
Fill the required details in
Helm Templates
section.- GIT URL: Select Git URL
- Branch: Select branch
- Please Enter File or Folder Path: Enter Helm chart path
- Helm Release Name: Type name.
-
Fill the required details in
Value Files
section.- Select
Via Git Repo
- GIT URL: Select Git URL
- Branch: Select branch
- Please Enter File or Folder Path: Enter values file Path
- You can define Hooks, if required and then Save and Continue.
- Select
-
Let's deploy our configured service
- Click on deploy icon.
- Scroll down and Click on
Deploy#{DeployNumber}
, if you want to see the status and logs of the running service. By clicking onDeploy#1
you will lend to a new page.
- Deployment completed successfully.
- You can also visualize your pod deployment by clicking on
Monitoring
icon.