From a692c199092e597340e7e0e53e021710fe412916 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E5=B0=8F=E7=99=BD?= <296015668@qq.com> Date: Fri, 8 Apr 2022 11:55:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=20web=20=E6=97=A5?= =?UTF-8?q?=E5=BF=97=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- charts/jumpserver/templates/web/deployment-nginx.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/jumpserver/templates/web/deployment-nginx.yaml b/charts/jumpserver/templates/web/deployment-nginx.yaml index 34dae78..0143f44 100644 --- a/charts/jumpserver/templates/web/deployment-nginx.yaml +++ b/charts/jumpserver/templates/web/deployment-nginx.yaml @@ -61,7 +61,7 @@ spec: subPath: "default.conf" - mountPath: "/opt/jumpserver/data" name: "jms-core-data" - - mountPath: "/var/log/web" + - mountPath: "/var/log/nginx" name: "jms-web-logs" {{- with .volumeMounts }} {{- toYaml . | nindent 12 }}