From be4e9aba1e3c5edd0ee2b578aad5f765782f5b6a Mon Sep 17 00:00:00 2001 From: TwinProduction Date: Tue, 27 Jul 2021 21:36:11 -0400 Subject: [PATCH] Add section about deployment using Terraform --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5a3df6cb..c7462504 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ For more details, see [Usage](#usage) - [Deployment](#deployment) - [Docker](#docker) - [Helm Chart](#helm-chart) + - [Terraform](#terraform) - [Running the tests](#running-the-tests) - [Using in Production](#using-in-production) - [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) +### 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 ``` go test ./... -mod vendor