Merge RUM-3 resource and health config

This commit is contained in:
Andrew Stoltz
2026-06-21 14:59:51 -05:00
6 changed files with 63 additions and 9 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

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