From 04056e1289c0666254f32b46ed5aafafa05f8cec Mon Sep 17 00:00:00 2001 From: ab Date: Sun, 13 Apr 2025 11:49:35 +0000 Subject: [PATCH] Update k8s/apps/hexound/deployment.yaml --- k8s/apps/hexound/deployment.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/k8s/apps/hexound/deployment.yaml b/k8s/apps/hexound/deployment.yaml index 087517a..990c612 100644 --- a/k8s/apps/hexound/deployment.yaml +++ b/k8s/apps/hexound/deployment.yaml @@ -16,6 +16,8 @@ spec: volumes: - name: hexound-repo emptyDir: {} + - name: tmp-dir + emptyDir: {} initContainers: - name: git-cloner image: alpine/git @@ -35,6 +37,8 @@ spec: - name: hexound-repo mountPath: /var/www/html readOnly: true + - name: tmp-dir + mountPath: /tmp securityContext: readOnlyRootFilesystem: true allowPrivilegeEscalation: false