From 4211b41962d43ee79daf58a07acbc6d8744abd9f Mon Sep 17 00:00:00 2001 From: Andrew Stoltz <1578013+astoltz@users.noreply.github.com> Date: Sun, 21 Jun 2026 14:55:16 -0500 Subject: [PATCH 1/2] Set RUM-3 GX10 resource and health config --- .../deployment-aistation-web.json | 11 +++++++++- apps-gx10/fc-dms/deployment-dms-web.json | 11 +++++++++- .../fc-library/deployment-library-web.json | 11 +++++++++- .../deployment-presentations-web.json | 22 +++++++++++++++++-- .../fc-retail/deployment-retail-web.json | 11 +++++++++- .../intranet/deployment-intranet-web.json | 2 +- 6 files changed, 61 insertions(+), 7 deletions(-) diff --git a/apps-gx10/fc-aistation/deployment-aistation-web.json b/apps-gx10/fc-aistation/deployment-aistation-web.json index 868dac7..298096e 100644 --- a/apps-gx10/fc-aistation/deployment-aistation-web.json +++ b/apps-gx10/fc-aistation/deployment-aistation-web.json @@ -78,7 +78,16 @@ "successThreshold": 1, "timeoutSeconds": 5 }, - "resources": {}, + "resources": { + "limits": { + "cpu": "1", + "memory": "1Gi" + }, + "requests": { + "cpu": "100m", + "memory": "256Mi" + } + }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ diff --git a/apps-gx10/fc-dms/deployment-dms-web.json b/apps-gx10/fc-dms/deployment-dms-web.json index 2c2b38d..af748a3 100644 --- a/apps-gx10/fc-dms/deployment-dms-web.json +++ b/apps-gx10/fc-dms/deployment-dms-web.json @@ -136,7 +136,16 @@ "successThreshold": 1, "timeoutSeconds": 5 }, - "resources": {}, + "resources": { + "limits": { + "cpu": "1", + "memory": "1Gi" + }, + "requests": { + "cpu": "100m", + "memory": "256Mi" + } + }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ diff --git a/apps-gx10/fc-library/deployment-library-web.json b/apps-gx10/fc-library/deployment-library-web.json index 1342a1f..2e64da4 100644 --- a/apps-gx10/fc-library/deployment-library-web.json +++ b/apps-gx10/fc-library/deployment-library-web.json @@ -80,7 +80,16 @@ "successThreshold": 1, "timeoutSeconds": 5 }, - "resources": {}, + "resources": { + "limits": { + "cpu": "1", + "memory": "1Gi" + }, + "requests": { + "cpu": "100m", + "memory": "256Mi" + } + }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ diff --git a/apps-gx10/fc-presentations/deployment-presentations-web.json b/apps-gx10/fc-presentations/deployment-presentations-web.json index 47279b2..968b1df 100644 --- a/apps-gx10/fc-presentations/deployment-presentations-web.json +++ b/apps-gx10/fc-presentations/deployment-presentations-web.json @@ -83,7 +83,16 @@ "successThreshold": 1, "timeoutSeconds": 5 }, - "resources": {}, + "resources": { + "limits": { + "cpu": "1", + "memory": "1Gi" + }, + "requests": { + "cpu": "100m", + "memory": "256Mi" + } + }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ @@ -111,7 +120,16 @@ "image": "localhost/fc-presentations:v20260619-presentations-a67ef22", "imagePullPolicy": "Never", "name": "storage-init", - "resources": {}, + "resources": { + "limits": { + "cpu": "250m", + "memory": "256Mi" + }, + "requests": { + "cpu": "25m", + "memory": "64Mi" + } + }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ diff --git a/apps-gx10/fc-retail/deployment-retail-web.json b/apps-gx10/fc-retail/deployment-retail-web.json index 891adbc..544f1e7 100644 --- a/apps-gx10/fc-retail/deployment-retail-web.json +++ b/apps-gx10/fc-retail/deployment-retail-web.json @@ -81,7 +81,16 @@ "successThreshold": 1, "timeoutSeconds": 5 }, - "resources": {}, + "resources": { + "limits": { + "cpu": "1", + "memory": "1Gi" + }, + "requests": { + "cpu": "100m", + "memory": "256Mi" + } + }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ diff --git a/apps-gx10/intranet/deployment-intranet-web.json b/apps-gx10/intranet/deployment-intranet-web.json index 38d4776..6b6fab6 100644 --- a/apps-gx10/intranet/deployment-intranet-web.json +++ b/apps-gx10/intranet/deployment-intranet-web.json @@ -59,7 +59,7 @@ }, { "name": "KnowledgeFleetSearch__BaseUrl", - "value": "https://knowledge.iamworkin.lan" + "value": "http://knowledge-web.knowledge.svc.cluster.local" }, { "name": "KnowledgeFleetSearch__ApiKey", From 746bcb3dfdcbbf0f6fac8a37bdc8ea6668851054 Mon Sep 17 00:00:00 2001 From: Andrew Stoltz <1578013+astoltz@users.noreply.github.com> Date: Sun, 21 Jun 2026 14:59:26 -0500 Subject: [PATCH 2/2] Pin RUM-3 web images --- apps-gx10/fc-dms/deployment-dms-web.json | 2 +- apps-gx10/intranet/deployment-intranet-web.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps-gx10/fc-dms/deployment-dms-web.json b/apps-gx10/fc-dms/deployment-dms-web.json index af748a3..aea82b6 100644 --- a/apps-gx10/fc-dms/deployment-dms-web.json +++ b/apps-gx10/fc-dms/deployment-dms-web.json @@ -97,7 +97,7 @@ } } ], - "image": "localhost/fc-dms-web:v20260620-dms-vr-41ec976", + "image": "localhost/fc-dms-web:v20260621-rum3-316cb2d", "imagePullPolicy": "Never", "livenessProbe": { "failureThreshold": 3, diff --git a/apps-gx10/intranet/deployment-intranet-web.json b/apps-gx10/intranet/deployment-intranet-web.json index 6b6fab6..549fdff 100644 --- a/apps-gx10/intranet/deployment-intranet-web.json +++ b/apps-gx10/intranet/deployment-intranet-web.json @@ -82,7 +82,7 @@ } } ], - "image": "localhost/fc-intranet-web:v20260620-chrome-055d7b1", + "image": "localhost/fc-intranet-web:v20260621-rum3-2c01daa", "imagePullPolicy": "Never", "securityContext": { "allowPrivilegeEscalation": false,