1
0
mirror of https://github.com/TwiN/gatus.git synced 2026-02-04 12:56:48 +00:00

docs: Remove ECS Fargate section from README (#1389)

Remove ECS Fargate section from README

Removed ECS Fargate deployment section from README.
This commit is contained in:
Giampaolo
2025-11-12 13:26:47 +01:00
committed by GitHub
parent ed4c270a25
commit fe7b74f555

View File

@@ -110,7 +110,6 @@ Have any feedback or questions? [Create a discussion](https://github.com/TwiN/ga
- [Helm Chart](#helm-chart) - [Helm Chart](#helm-chart)
- [Terraform](#terraform) - [Terraform](#terraform)
- [Kubernetes](#kubernetes) - [Kubernetes](#kubernetes)
- [ECS Fargate](#ecs-fargate)
- [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)
@@ -2809,10 +2808,6 @@ To get more details, please check [chart's configuration](https://github.com/Twi
Gatus can be deployed on Kubernetes using Terraform by using the following module: [terraform-kubernetes-gatus](https://github.com/TwiN/terraform-kubernetes-gatus). Gatus can be deployed on Kubernetes using Terraform by using the following module: [terraform-kubernetes-gatus](https://github.com/TwiN/terraform-kubernetes-gatus).
#### ECS Fargate
Gatus can be deployed on ECS Fargate using Terraform by using the following module: [terraform-aws-gatus-ecs](https://github.com/GiamPy5/terraform-aws-gatus-ecs).
## Running the tests ## Running the tests
```console ```console
go test -v ./... go test -v ./...