File tree Expand file tree Collapse file tree
docs/platform/deployment/helm/charts
helm-charts/cogstack-observability-helm Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Cogstack Helm Charts
22
3- The Helm charts for CogStack are published to Docker Hub, which is an OCI-compliant registry.
43
54## Chart Listings
65
7- - ** MedCAT Service:**
8- https://hub.docker.com/r/cogstacksystems/medcat-service-helm
9-
10- - ** MedCAT Trainer:**
11- https://hub.docker.com/r/cogstacksystems/medcat-trainer-helm
12-
13- - ** CogStack CE (Community Edition, umbrella chart):**
14- https://hub.docker.com/r/cogstacksystems/cogstack-ce-helm
15-
166- [ MedCAT Service Helm] ( medcat-service-helm.md )
177- [ MedCAT Trainer Helm] ( medcat-trainer-helm.md )
188- [ CogStack Community Edition Helm] ( cogstack-ce-helm.md )
9+ - [ CogStack Observability Helm] ( cogstack-observability-helm.md.md )
1910
2011## Chart Publishing
2112
13+ The Helm charts for CogStack are published to Docker Hub, which is an OCI-compliant registry. You can see the charts on Dockerhub https://hub.docker.com/r/cogstacksystems
14+
2215Charts are published automatically via a GitHub Action on every commit to the main branch.
Original file line number Diff line number Diff line change 7070 - MedCAT Service Helm : platform/deployment/helm/charts/medcat-service-helm.md
7171 - MedCAT Trainer Helm : platform/deployment/helm/charts/medcat-trainer-helm.md
7272 - Cogstack CE Helm : platform/deployment/helm/charts/cogstack-ce-helm.md
73+ - Cogstack Observability Helm : platform/deployment/helm/charts/cogstack-observability-helm.md
7374 - Examples :
7475 - Examples : platform/deployment/examples/_index.md
7576 - AWS Kubernetes EKS : platform/deployment/examples/aws-kubernetes-eks.md
Original file line number Diff line number Diff line change 22
33This chart installs the observability stack for a CogStack deployment on Kubernetes.
44
5+ It is a wrapper around the kube-prometheus-stack, aiming to provide a simple way to get with observability for cogstack services.
6+
57## Overview
68
79This chart deploys:
@@ -24,7 +26,7 @@ This chart is intended to be installed alongside a CogStack deployment that expo
2426## Installation
2527
2628``` sh
27- helm install cogstack- observability oci://registry-1.docker.io/cogstacksystems/cogstack-observability-helm --namespace observability --create-namespace
29+ helm install observability oci://registry-1.docker.io/cogstacksystems/cogstack-observability-helm
2830```
2931
3032If you are deploying this alongside ` cogstack-ce-helm ` , you can enable the required monitors in the CE chart with the example override file at ` ../cogstack-ce-helm/values-observability.yaml ` .
Original file line number Diff line number Diff line change 22
33This chart installs the observability stack for a CogStack deployment on Kubernetes.
44
5+ It is a wrapper around the kube-prometheus-stack, aiming to provide a simple way to get with observability for cogstack services.
6+
57## Overview
68
79This chart deploys:
You can’t perform that action at this time.
0 commit comments