From e9db1b012d88affc470f17fd9e0410bf1e3195a7 Mon Sep 17 00:00:00 2001 From: Rene Luria Date: Thu, 4 Sep 2025 13:39:49 +0200 Subject: [PATCH] chore: enable seccompProfile again --- deploy/overlays/production/security-patch.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/overlays/production/security-patch.yaml b/deploy/overlays/production/security-patch.yaml index 15d4004..97cea12 100644 --- a/deploy/overlays/production/security-patch.yaml +++ b/deploy/overlays/production/security-patch.yaml @@ -10,8 +10,8 @@ spec: runAsNonRoot: true runAsUser: 1000 fsGroup: 2000 - # seccompProfile: - # type: RuntimeDefault + seccompProfile: + type: RuntimeDefault containers: - name: math-exercises # Additional security settings for production