Set RUM-3 GX10 resource and health config

This commit is contained in:
Andrew Stoltz
2026-06-21 14:55:16 -05:00
parent f27337a724
commit 4211b41962
6 changed files with 61 additions and 7 deletions

View File

@@ -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": [

View File

@@ -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": [

View File

@@ -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": [

View File

@@ -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": [

View File

@@ -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": [

View File

@@ -59,7 +59,7 @@
},
{
"name": "KnowledgeFleetSearch__BaseUrl",
"value": "https://knowledge.iamworkin.lan"
"value": "http://knowledge-web.knowledge.svc.cluster.local"
},
{
"name": "KnowledgeFleetSearch__ApiKey",