Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ aliases:

<!--more-->

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.{{</ warning >}}

Expand Down Expand Up @@ -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.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading