diff --git a/doc/content/enterprise/kubernetes/generic/configuration/_index.md b/doc/content/enterprise/kubernetes/generic/configuration/_index.md index 9d35ff220c..e308b0e4a8 100644 --- a/doc/content/enterprise/kubernetes/generic/configuration/_index.md +++ b/doc/content/enterprise/kubernetes/generic/configuration/_index.md @@ -13,7 +13,7 @@ aliases: -The following is a list of mandatory minimum fields. For a full list of possible values, check the `values.yaml` file at the root of the {{% tts %}} Helm chart. You can find it on [artifacthub.io](https://artifacthub.io/packages/helm/thethingsindustries/lorawan-stack-helm-chart?modal=values) as well. +The following is a list of mandatory minimum fields. For a full list of possible values, check the `values.yaml` file at the root of the {{% tts %}} Helm chart. You can find it on [artifacthub.io](https://artifacthub.io/packages/helm/tts/lorawan-stack-helm-chart?modal=values) as well. {{< warning >}} Some values in this file are secrets. Make sure to check this file into a secure repository.{{}} @@ -177,4 +177,4 @@ serviceAnnotations: traefik.ingress.kubernetes.io/service.serversscheme: h2c ``` -4. Install (or upgrade) the helm chart. +4. Install (or upgrade) the helm chart. diff --git a/doc/content/enterprise/kubernetes/generic/install-charts/_index.md b/doc/content/enterprise/kubernetes/generic/install-charts/_index.md index e9b0a6adef..ac47505b82 100644 --- a/doc/content/enterprise/kubernetes/generic/install-charts/_index.md +++ b/doc/content/enterprise/kubernetes/generic/install-charts/_index.md @@ -9,7 +9,7 @@ aliases: ] --- -{{% tts %}} Helm charts are packaged and distributed as [OCI packages](https://helm.sh/docs/topics/registries/) and are published to [Docker Hub](https://hub.docker.com/r/thethingsindustries/lorawan-stack-helm-chart). You can also find information about the Helm chart on [artifacthub.io](https://artifacthub.io/packages/helm/thethingsindustries/lorawan-stack-helm-chart). +{{% tts %}} Helm charts are packaged and distributed as [OCI packages](https://helm.sh/docs/topics/registries/) and are published to [Docker Hub](https://hub.docker.com/r/thethingsindustries/lorawan-stack-helm-chart). You can also find information about the Helm chart on [artifacthub.io](https://artifacthub.io/packages/helm/tts/lorawan-stack-helm-chart). Use the following steps to install the chart. diff --git a/doc/content/enterprise/kubernetes/generic/prerequisites/_index.md b/doc/content/enterprise/kubernetes/generic/prerequisites/_index.md index 9910f2aa59..5a18e97969 100644 --- a/doc/content/enterprise/kubernetes/generic/prerequisites/_index.md +++ b/doc/content/enterprise/kubernetes/generic/prerequisites/_index.md @@ -158,9 +158,9 @@ If the cluster has a custom CA, it must be specified in `global.tls.rootCA`. The Both {{% tts %}} [Storage Integration](https://www.thethingsindustries.com/docs/integrations/storage/) and {{% tts %}} [Network Operations Center](https://www.thethingsindustries.com/docs/concepts/architecture/components/network-operations-center/#accessing-network-operations-center) require a TimescaleDB instance. -There can either be two separate TimeScaleDB instances or a single instance but different Databases. +There can either be two separate TimeScaleDB instances or a single instance but different databases. -For testing purposes, [TimeScaleDB Helm Charts](https://docs.timescale.com/install/latest/installation-kubernetes/) can be installed in the Kubernetes Cluster. +For testing purposes, a self-hosted TimescaleDB can be installed as described in [here](https://docs.tigerdata.com/self-hosted/latest/install/installation-kubernetes/) or one of the [TimeScaleDB Helm Charts](https://github.com/timescale/helm-charts) can be installed in the Kubernetes Cluster. #### 8. (Optional) Metrics Server