deploy(updater): roll non-root GX10 image
This commit is contained in:
@@ -195,9 +195,17 @@
|
|||||||
"value": "26843545600"
|
"value": "26843545600"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"image": "localhost/fc-updater-web:gx10-v1",
|
"image": "localhost/fc-updater-web:v20260617-sec5-913c6a9",
|
||||||
"imagePullPolicy": "Never",
|
"imagePullPolicy": "Never",
|
||||||
"livenessProbe": {
|
"securityContext": {
|
||||||
|
"allowPrivilegeEscalation": false,
|
||||||
|
"capabilities": {
|
||||||
|
"drop": [
|
||||||
|
"ALL"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"livenessProbe": {
|
||||||
"failureThreshold": 3,
|
"failureThreshold": 3,
|
||||||
"initialDelaySeconds": 30,
|
"initialDelaySeconds": 30,
|
||||||
"periodSeconds": 30,
|
"periodSeconds": 30,
|
||||||
@@ -244,7 +252,13 @@
|
|||||||
"dnsPolicy": "ClusterFirst",
|
"dnsPolicy": "ClusterFirst",
|
||||||
"restartPolicy": "Always",
|
"restartPolicy": "Always",
|
||||||
"schedulerName": "default-scheduler",
|
"schedulerName": "default-scheduler",
|
||||||
"securityContext": {},
|
"securityContext": {
|
||||||
|
"fsGroup": 1654,
|
||||||
|
"fsGroupChangePolicy": "OnRootMismatch",
|
||||||
|
"runAsGroup": 1654,
|
||||||
|
"runAsNonRoot": true,
|
||||||
|
"runAsUser": 1654
|
||||||
|
},
|
||||||
"terminationGracePeriodSeconds": 30,
|
"terminationGracePeriodSeconds": 30,
|
||||||
"volumes": [
|
"volumes": [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user