Skip to content

Commit

Permalink
Remove uptime-kuma not used and costs me money
Browse files Browse the repository at this point in the history
  • Loading branch information
mchestr committed Jul 13, 2024
1 parent 111a27c commit 7bb30c8
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 393 deletions.
18 changes: 0 additions & 18 deletions .taskfiles/TerraformTasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,3 @@ tasks:
dir: terraform/cloudflare
cmds:
- terraform apply {{.CLI_ARGS}}

gc:init:
desc: Initialize terraform dependencies
dir: terraform/google-cloud
cmds:
- terraform init {{.CLI_ARGS}}

gc:plan:
desc: Show the changes terraform will make
dir: terraform/google-cloud
cmds:
- terraform plan {{.CLI_ARGS}}

gc:apply:
desc: Apply the changes to Google Cloud
dir: terraform/google-cloud
cmds:
- terraform apply {{.CLI_ARGS}}
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ This repository is my home Kubernetes cluster in a declarative state. [Flux](htt
- [AWS SES](https://aws.amazon.com/ses/) for sending emails.
- [Cloudflare](https://cloudflare.com) tunnels for exposing services & creating certificates & managing domains.
- [Cloudflare R2](https://www.cloudflare.com/developer-platform/r2/) for daily backups.
- [Google Cloud](https://cloud.google.com) to deploy [uptime-kuma](https://github.com/louislam/uptime-kuma) for external cluster monitoring.
- [Pushover](https://pushover.net/) for sending alerts.

Total cloud costs yearly is approximately ~$150/year.
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- cloudflare
- google-cloud
97 changes: 0 additions & 97 deletions terraform/google-cloud/.terraform.lock.hcl

This file was deleted.

91 changes: 0 additions & 91 deletions terraform/google-cloud/compute.tf

This file was deleted.

39 changes: 0 additions & 39 deletions terraform/google-cloud/main.tf

This file was deleted.

37 changes: 0 additions & 37 deletions terraform/google-cloud/tunnel.tf

This file was deleted.

Loading

0 comments on commit 7bb30c8

Please sign in to comment.