deploy(php): roll non-root GX10 operator image
This commit is contained in:
@@ -73,8 +73,8 @@
|
|||||||
"value": "true"
|
"value": "true"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"image": "localhost/fc-php-operator:gx10-v1",
|
"image": "localhost/fc-php-operator:v20260617-sec5-0bfbf42",
|
||||||
"imagePullPolicy": "IfNotPresent",
|
"imagePullPolicy": "Never",
|
||||||
"livenessProbe": {
|
"livenessProbe": {
|
||||||
"failureThreshold": 3,
|
"failureThreshold": 3,
|
||||||
"httpGet": {
|
"httpGet": {
|
||||||
@@ -107,28 +107,58 @@
|
|||||||
"successThreshold": 1,
|
"successThreshold": 1,
|
||||||
"timeoutSeconds": 3
|
"timeoutSeconds": 3
|
||||||
},
|
},
|
||||||
"resources": {
|
"resources": {
|
||||||
"limits": {
|
"limits": {
|
||||||
"cpu": "500m",
|
"cpu": "500m",
|
||||||
"memory": "512Mi"
|
"memory": "512Mi"
|
||||||
},
|
},
|
||||||
"requests": {
|
"requests": {
|
||||||
"cpu": "250m",
|
"cpu": "250m",
|
||||||
"memory": "256Mi"
|
"memory": "256Mi"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"terminationMessagePath": "/dev/termination-log",
|
"securityContext": {
|
||||||
"terminationMessagePolicy": "File"
|
"allowPrivilegeEscalation": false,
|
||||||
}
|
"capabilities": {
|
||||||
],
|
"drop": [
|
||||||
"dnsPolicy": "ClusterFirst",
|
"ALL"
|
||||||
"restartPolicy": "Always",
|
]
|
||||||
"schedulerName": "default-scheduler",
|
},
|
||||||
"securityContext": {},
|
"readOnlyRootFilesystem": true
|
||||||
"serviceAccount": "php-operator",
|
},
|
||||||
"serviceAccountName": "php-operator",
|
"terminationMessagePath": "/dev/termination-log",
|
||||||
"terminationGracePeriodSeconds": 30
|
"terminationMessagePolicy": "File",
|
||||||
}
|
"volumeMounts": [
|
||||||
}
|
{
|
||||||
}
|
"mountPath": "/tmp",
|
||||||
}
|
"name": "tmp"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"dnsPolicy": "ClusterFirst",
|
||||||
|
"restartPolicy": "Always",
|
||||||
|
"schedulerName": "default-scheduler",
|
||||||
|
"securityContext": {
|
||||||
|
"fsGroup": 1654,
|
||||||
|
"fsGroupChangePolicy": "OnRootMismatch",
|
||||||
|
"runAsGroup": 1654,
|
||||||
|
"runAsNonRoot": true,
|
||||||
|
"runAsUser": 1654,
|
||||||
|
"seccompProfile": {
|
||||||
|
"type": "RuntimeDefault"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"serviceAccount": "php-operator",
|
||||||
|
"serviceAccountName": "php-operator",
|
||||||
|
"terminationGracePeriodSeconds": 30,
|
||||||
|
"volumes": [
|
||||||
|
{
|
||||||
|
"emptyDir": {},
|
||||||
|
"name": "tmp"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user