Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 778 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 778 Bytes

Using Coverity deployment on Kubernetes

Requirements

  • Kubernetes cluster
  • Horking kubectl configured to work with the cluster
  • Helm
  • Coverity License

Deployment process

Deploy and configure the database

Coverity platform requires Postgres database to be deployed and configured with database and a database user to be used by Coverity.

For an example on how to deploy standard postgres containe see this README file

Deploy Coverity Platform

Coverity Platform is deployed using provided helm chart. Chart located in platform/chart folder see README file for details

Deploy Analysis

For an example on how to deploy and use Coverity Analysis see this README file