deploy(mysql): roll non-root GX10 web image

This commit is contained in:
Andrew Stoltz
2026-06-17 04:08:23 -05:00
parent aa0525331d
commit b11f26b963

View File

@@ -76,7 +76,7 @@
"value": "mysql" "value": "mysql"
} }
], ],
"image": "localhost/fc-mysql-web:gx10-v1", "image": "localhost/fc-mysql-web:v20260617-sec5-1148fd0",
"imagePullPolicy": "Never", "imagePullPolicy": "Never",
"livenessProbe": { "livenessProbe": {
"failureThreshold": 3, "failureThreshold": 3,
@@ -173,6 +173,7 @@
"schedulerName": "default-scheduler", "schedulerName": "default-scheduler",
"securityContext": { "securityContext": {
"fsGroup": 1654, "fsGroup": 1654,
"fsGroupChangePolicy": "OnRootMismatch",
"runAsGroup": 1654, "runAsGroup": 1654,
"runAsNonRoot": true, "runAsNonRoot": true,
"runAsUser": 1654 "runAsUser": 1654