Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.12 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.12 KB

mattermost-k8s-terraform-gcp

personal mattermost server infrastructure and config-as-code.

develop

prerequisites

$ git clone git@github.com:csjiang/mattermost-k8s-terraform-gcp.git && cd mattermost-k8s-terraform-gcp
$ scripts/start-dev-container.sh

deploy

From dev container:

$ scripts/deploy-infra.sh

tear down infrastructure

The cluster as configured by default in this repo qualifies for GKE's free tier, but will cost a few dollars a day to run. If you don't need it up all the time you can tear down the infra and save on cost.

From dev container:

$ scripts/teardown-infra.sh