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

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