Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.89 KB

File metadata and controls

32 lines (21 loc) · 1.89 KB

Note

Please keep your infrastructure repository up to date with OpenCRVS Core version. Always update infrastructure to same version as OpenCRVS Core.


General Information

This document provides guidance on running OpenCRVS on server environments using Kubernetes. It is intended for System Administrators and DevOps engineers deploying OpenCRVS in various environments.

Warning

For comprehensive documentation, installation guides, and infrastructure setup instructions, please refer to the Official OpenCRVS Documentation.

Repository content

  • infrastructure: Infrastructure-as-code scripts (ansible) and resources for provisioning and managing foundational services (such as databases, networks, or storage).
  • environments: Template folder to store helm values configurations for different environments (e.g., development, staging, production).
  • examples: Pre-defined values for Helm charts and additional documentation or deployment scenarios for OpenCRVS.
  • scripts: Utility scripts for OpenCRVS bootstrap and some one time maintenance tasks.

Note

The OpenCRVS Core and Country config template repositories each have their own Tiltfile.

Additional resources