This repository holds the helm chart for deploying Integrify into a Kubernetes cluster.
Support for installing, administering, optimizing, securing, or maintaining your Kubernetes installation is provided by certified Integrify partners. If you are interested in working with one of our partners, please contact us at [email protected].
Customers wishing to manage the installation themselves can deploy Kubernetes based on their company's best practices and policies.
- You will need to download the values.yaml template (or one of the samples below) and update it with your Integrify installation information prior to deploying the application.
- In addition, you will need to open a Help Ticket via Integrify Support to get AWS credentials to pull the Integrify services images.
- We will also provide you with the SQL scripts needed to setup your Integrify databases in the aforementioned support request.
- Kubernetes (1.23+)
- Helm (3.7+)
The following data store prerequisites are NOT included in the Integrify Helm charts:
- Microsoft SQL Server (2016+)
- We recommend two separate databases. A consumers database which will hold application and instance configuration data and a data specific database.
- Mongo (3.4+)
- Redis AWS Credentials with access to S3 or a Kubernetes Persistent Volume and Persistent Volume Claim for file storage.
To add the Integrify repo...
helm repo add integrify https://integrify.github.io/helm-charts
Once the repo has been added and your values.yaml file has been updated you can install with...
helm install -f <values.yaml> integrify integrify/integrify
-
These charts are a basic starting point for deployment. You will need to modify these files for your specific environment.