From c0a0341cef1c641b9103cf6de166cd705bc15673 Mon Sep 17 00:00:00 2001 From: Andrew Stoltz <1578013+astoltz@users.noreply.github.com> Date: Thu, 18 Jun 2026 18:16:35 -0500 Subject: [PATCH] fix(gx10): route php operator to in-cluster manager --- apps-gx10/fc-system/deployment-php-operator.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps-gx10/fc-system/deployment-php-operator.json b/apps-gx10/fc-system/deployment-php-operator.json index 9d1ee04..350e1a2 100644 --- a/apps-gx10/fc-system/deployment-php-operator.json +++ b/apps-gx10/fc-system/deployment-php-operator.json @@ -66,11 +66,11 @@ }, { "name": "PhpManager__BaseUrl", - "value": "https://php.iamworkin.lan/" + "value": "http://php-web.fc-php.svc.cluster.local:5400/" }, { "name": "PhpManager__BypassTls", - "value": "true" + "value": "false" } ], "image": "localhost/fc-php-operator:v20260617-sec5-0bfbf42",