From 8830371c2658fe11c1bab49497eed4b959133b53 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 6 Apr 2026 11:08:36 -0500 Subject: [PATCH] feat: change port --- 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 afffcf664..e7274c992 100644 --- a/clusters/cl01tl/helm/postiz/values.yaml +++ b/clusters/cl01tl/helm/postiz/values.yaml @@ -24,7 +24,7 @@ postiz: - name: BACKEND_INTERNAL_URL value: http://localhost:3000 - name: TEMPORAL_ADDRESS - value: postiz-temporal-internal-frontend:7236 + value: postiz-temporal-frontend:7233 - name: DATABASE_URL valueFrom: secretKeyRef: @@ -74,7 +74,7 @@ postiz: - name: POSTIZ_OAUTH_SCOPE value: openid profile email - name: NEXT_PUBLIC_SENTRY_DSN - value: http://spotlight:8969/stream + value: http://postiz-spotlight:8969/stream - name: SENTRY_SPOTLIGHT value: "1" resources: