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] 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",