From 443a4ff26559fdf55d8c96b1fac510a9d8a6a93c Mon Sep 17 00:00:00 2001 From: liaozan <378024053@qq.com> Date: Thu, 3 Aug 2023 17:59:06 +0800 Subject: [PATCH] no messages --- k8s-deploy-template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s-deploy-template.yaml b/k8s-deploy-template.yaml index 7a2723c..32f5b4a 100644 --- a/k8s-deploy-template.yaml +++ b/k8s-deploy-template.yaml @@ -44,7 +44,7 @@ spec: lifecycle: postStart: exec: - command: ["/bin/sh", "-c", "mkdir -p /data/logs/gc /data/heapdump"] + command: ["/bin/sh", "-c", "umask 0022 && mkdir -p /data/logs/gc /data/heapdump"] startupProbe: httpGet: scheme: HTTP -- GitLab