From daf744f8ed264800afdb1d8a7ecca6ed2d221170 Mon Sep 17 00:00:00 2001 From: dvirlabs <114520947+dvirlabs@users.noreply.github.com> Date: Sun, 7 Dec 2025 19:11:21 +0200 Subject: [PATCH] Fix my-recipes frontend port --- manifests/cloudflared/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/cloudflared/values.yaml b/manifests/cloudflared/values.yaml index dd9d26b..aac6405 100644 --- a/manifests/cloudflared/values.yaml +++ b/manifests/cloudflared/values.yaml @@ -91,7 +91,7 @@ cloudflare: - hostname: dvirlabs.com service: http://dvirlabs-landing-dvirlabs-landing.my-apps.svc.cluster.local:80 - hostname: my-recipes.dvirlabs.com - service: http://my-recipes-frontend.my-apps.svc.cluster.local:3000 + service: http://my-recipes-frontend.my-apps.svc.cluster.local:80 - hostname: api-my-recipes.dvirlabs.com service: http://my-recipes-backend.my-apps.svc.cluster.local:8000 - hostname: wallos.dvirlabs.com