From c3d0552a8d43729b953fe8f810ae3f4d8ab9faad Mon Sep 17 00:00:00 2001
From: Nemo <commits@captnemo.in>
Date: Mon, 19 Aug 2024 11:58:34 +0530
Subject: [PATCH] some more upgrades

---
 mastodon/locals.tf       | 2 +-
 media/requestrr.tf       | 4 +++-
 monitoring/prometheus.tf | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/mastodon/locals.tf b/mastodon/locals.tf
index 65a2aaf..4f7fcc9 100644
--- a/mastodon/locals.tf
+++ a/mastodon/locals.tf
@@ -1,5 +1,5 @@
 locals {
-  version = "4.1.15"
+  version = "4.1.18"
   env = [
     "LOCAL_DOMAIN=tatooine.club",
     "REDIS_HOST=mastodon-redis",
diff --git a/media/requestrr.tf b/media/requestrr.tf
index 2db43c1..af0e57e 100644
--- a/media/requestrr.tf
+++ a/media/requestrr.tf
@@ -10,8 +10,8 @@
   }
 
   resource = {
-    memory      = 512
-    memory_swap = 512
+    memory      = 1024
+    memory_swap = 1024
   }
 
   volumes = [
diff --git a/monitoring/prometheus.tf b/monitoring/prometheus.tf
index 1b562f2..06998ae 100644
--- a/monitoring/prometheus.tf
+++ a/monitoring/prometheus.tf
@@ -14,7 +14,7 @@
   ports {
     internal = 9090
     external = 8811
-    ip       = var.ips["tun0"]
+    ip       = var.ips["ts"]
   }
 
   command = ["--config.file=/etc/prometheus/prometheus.yml"]
--
rgit 0.1.5