...
Attaching the list of all the processor you may run
Jira-Processor
View file | ||
---|---|---|
|
Devops-processor
View file | ||
---|---|---|
|
Azure-board-processor
View file | ||
---|---|---|
|
Azure-pipeline-repo-Processor
View file | ||
---|---|---|
|
...
By following these steps, you can persist the MongoDB data in your preferred cloud provider's storage solution.
...
Upgrade Steps:
If you are upgrading PSknowhow from 7.0.0 to 7.x.x please execute the bellow step
Code Block kubectl exec -it <Mongodb Pod name> sh mongo admin --username="${MONGODB_ADMIN_USER}" --password="${MONGODB_ADMIN_PASS}" --eval "db.shutdownServer()"
Edit the deployment in following order
mongodb
customapi
ui
jira-processor
devops-processor
azure-pipeline-repo
azure-board-processor
byCode Block kubectl edit deploy <Deploy name> -o yaml
Replace the tag version with the latest version in image section
Check for environmental variable section and add if any variables are missing in current manifest file Refer this docs . And save it.