From 62942a2ec3716a6c4460a8873c911ca8205205ee Mon Sep 17 00:00:00 2001
From: Tanguy Herbron <tanguy.herbron@outlook.com>
Date: Mon, 28 Apr 2025 19:46:38 +0200
Subject: [PATCH] feat(deploy): Add custom Mastodon instance with custom image

---
 manifests/deployment.yaml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/manifests/deployment.yaml b/manifests/deployment.yaml
index 0705a84..cd00ee2 100644
--- a/manifests/deployment.yaml
+++ b/manifests/deployment.yaml
@@ -24,7 +24,7 @@ spec:
                                     - amd64
             containers:
               - name: postiz-web
-                image: ghcr.io/gitroomhq/postiz-app:v1.40.1
+                image: git.halis.io/athens-school/postiz:1.40.1
                 ports:
                   - containerPort: 5000
                 envFrom:
@@ -64,6 +64,8 @@ spec:
                     value: "local"
                   - name: UPLOAD_DIRECTORY
                     value: "/uploads"
+                  - name: MASTODON_URL
+                    value: "https://mastodon.halis.io"
                   - name: NEXT_PUBLIC_UPLOAD_DIRECTORY
                     value: "/uploads"
                 volumeMounts: