Skip to content

Commit 7f80a39

Browse files
authored
Update air-gapped-deployment.rst
1 parent eaac3a6 commit 7f80a39

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

source/deployment-guide/server/air-gapped-deployment.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,13 @@ Before disconnecting from the internet, you must gather all required packages, c
2727
**Bill of Materials**
2828

2929
- Mattermost `Helm charts <https://helm.mattermost.com>`_:
30+
3031
- `Mattermost Operator <https://github.com/mattermost/mattermost-helm/tree/master/charts/mattermost-operator>`_ helm chart and `values <https://github.com/mattermost/mattermost-helm/blob/master/charts/mattermost-operator/values.yaml>`_
31-
- (Optional) :doc:`Mattermost Calls </administration-guide/configure/calls-deployment>` helm charts: `mattermost-calls-offloader <>`_ and `values <https://github.com/mattermost/mattermost-helm/blob/master/charts/mattermost-calls-offloader/values.yaml>`_ (required for recording, transcription and live captions), `mattermost-rtcd <https://github.com/mattermost/mattermost-helm/tree/master/charts/mattermost-rtcd>`_ and `values <https://github.com/mattermost/mattermost-helm/blob/master/charts/mattermost-rtcd/values.yaml>`_ (required for performance and scalability).
32+
- (Optional) :doc:`Mattermost Calls </administration-guide/configure/calls-deployment>` helm charts: `mattermost-calls-offloader <https://github.com/mattermost/mattermost-helm/tree/master/charts/mattermost-calls-offloader>`_ and `values <https://github.com/mattermost/mattermost-helm/blob/master/charts/mattermost-calls-offloader/values.yaml>`_ (required for recording, transcription and live captions), `mattermost-rtcd <https://github.com/mattermost/mattermost-helm/tree/master/charts/mattermost-rtcd>`_ and `values <https://github.com/mattermost/mattermost-helm/blob/master/charts/mattermost-rtcd/values.yaml>`_ (required for performance and scalability).
3233
- Database: We recommend the `Postgres Operator <https://github.com/CrunchyData/postgres-operator/>`_ from Crunchy Data for air-gapped Kubernetes deployments.
3334
- File Storage: We recommend the `MinIO Operator <https://github.com/minio/operator>`_.
3435
- Load balancer: If you already have a load balancer running in your air-gapped environment you can skip this resource, otherwise we recommend deploying `NGINX <https://docs.mattermost.com/deployment-guide/server/setup-nginx-proxy.html>`_, using this operator (XXXXXX).
35-
- Private container registry: Ideally the air-gapped environment already has a private registry available. If not, we recommend following the instructions `here <https://docs.mattermost.com/deployment-guide/server/air-gapped-deployment.html#faq>`_ or referencing `online resources <https://www.docker.com/blog/how-to-use-your-own-registry-2/>`_for this.
36+
- Private container registry: Ideally the air-gapped environment already has a private registry available. If not, we recommend following the instructions `here <https://docs.mattermost.com/deployment-guide/server/air-gapped-deployment.html#faq>`_ or referencing `online resources <https://www.docker.com/blog/how-to-use-your-own-registry-2/>`_ for this.
3637

3738
.. tab:: Docker
3839

@@ -44,7 +45,7 @@ Before disconnecting from the internet, you must gather all required packages, c
4445

4546
- `Mattermost Enterprise Edition <https://hub.docker.com/r/mattermost/mattermost-enterprise-edition>`_
4647
- (Optional) :doc:`Mattermost Calls </administration-guide/configure/calls-deployment>` images: `calls-offloader <https://hub.docker.com/r/mattermost/calls-offloader>`_ (required for recording, transcription and live captions), `rtcd <https://hub.docker.com/r/mattermost/rtcd>`_ (required for performance and scalability).
47-
- Private container registry: Ideally the air-gapped environment already has a private registry available. If not, we recommend following the instructions `here <https://docs.mattermost.com/deployment-guide/server/air-gapped-deployment.html#faq>`_ or referencing `online resources <https://www.docker.com/blog/how-to-use-your-own-registry-2/>`_for this.
48+
- Private container registry: Ideally the air-gapped environment already has a private registry available. If not, we recommend following the instructions `here <https://docs.mattermost.com/deployment-guide/server/air-gapped-deployment.html#faq>`_ or referencing `online resources <https://www.docker.com/blog/how-to-use-your-own-registry-2/>`_ for this.
4849

4950
Optional supporting services
5051
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)