Add section about deployment using Terraform

This commit is contained in:
TwinProduction 2021-07-27 21:36:11 -04:00
parent ac0d00fdb5
commit be4e9aba1e

View File

@ -47,6 +47,7 @@ For more details, see [Usage](#usage)
- [Deployment](#deployment) - [Deployment](#deployment)
- [Docker](#docker) - [Docker](#docker)
- [Helm Chart](#helm-chart) - [Helm Chart](#helm-chart)
- [Terraform](#terraform)
- [Running the tests](#running-the-tests) - [Running the tests](#running-the-tests)
- [Using in Production](#using-in-production) - [Using in Production](#using-in-production)
- [FAQ](#faq) - [FAQ](#faq)
@ -680,6 +681,11 @@ To get more details, please check chart's [configuration](https://github.com/ava
and [helmfile example](https://github.com/avakarev/gatus-chart#helmfileyaml-example) and [helmfile example](https://github.com/avakarev/gatus-chart#helmfileyaml-example)
### Terraform
Gatus can be deployed on Terraform by using the following module: [terraform-kubernetes-gatus](https://github.com/TwinProduction/terraform-kubernetes-gatus).
## Running the tests ## Running the tests
``` ```
go test ./... -mod vendor go test ./... -mod vendor