From 6e6a8b4bd0e3a98ca915f6542030cd97b626441a Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 6 Apr 2026 00:27:51 -0500 Subject: [PATCH] feat: change address --- clusters/cl01tl/helm/postiz/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/helm/postiz/values.yaml b/clusters/cl01tl/helm/postiz/values.yaml index fe2f9202e..755dd49ce 100644 --- a/clusters/cl01tl/helm/postiz/values.yaml +++ b/clusters/cl01tl/helm/postiz/values.yaml @@ -22,9 +22,9 @@ postiz: - name: NEXT_PUBLIC_BACKEND_URL value: https://postiz.alexlebens.dev/api - name: BACKEND_INTERNAL_URL - value: http://temporal:3000 + value: http://localhost:3000 - name: TEMPORAL_ADDRESS - value: temporal:3000 + value: postiz-temporal-internal-frontend - name: DATABASE_URL valueFrom: secretKeyRef: