Skip to content

Commit

Permalink
docs: update mattermost version in k8s examples (#6839)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmartingr authored Dec 18, 2023
1 parent 5e992cb commit 8bf5735
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions source/archive/common-prod-deploy-kubernetes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ Operators are installed using ``kubectl``, and each operator is created in its o
host: example.mattermost-example.com # Adjust to your domain
annotations:
kubernetes.io/ingress.class: nginx
version: 6.0.1
version: 9.2.3 # Mattermost version, adjust to the version you want to deploy
licenseSecret: "" # If you have created secret in step 1, put its name here
Save the file as ``mattermost-installation.yaml``. While recommended file names are provided, your naming conventions may differ.
Save the file as ``mattermost-installation.yaml``. While recommended file names are provided, your naming conventions may differ.

Some of the most commonly-used fields include:

Expand Down Expand Up @@ -181,7 +181,7 @@ Operators are installed using ``kubectl``, and each operator is created in its o
host: example.mattermost-example.com
annotations:
kubernetes.io/ingress.class: nginx
version: 6.0.1
version: 9.2.3 # Mattermost version, check the latest version on the mattermost website or repository
licenseSecret: ""
database:
external:
Expand Down Expand Up @@ -246,15 +246,3 @@ Operators are installed using ``kubectl``, and each operator is created in its o
$ kubectl -n mattermost port-forward svc/[YOUR_MATTERMOST_NAME] 8065:8065
Then navigate to http://localhost:8065.












0 comments on commit 8bf5735

Please sign in to comment.