From 41945681c4898449c7f2cd6a7d4db98936df777f Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Fri, 2 Jan 2026 12:55:45 +0100 Subject: [PATCH] Try installing the faircamp site Signed-off-by: Nikolai Rodionov --- helm/values.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/helm/values.yaml b/helm/values.yaml index 8720319..4a85d99 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -7,6 +7,9 @@ base: kind: Deployment strategy: type: RollingUpdate + securityContext: + seccompProfile: + type: RuntimeDefault initContainers: faircamp: image: @@ -21,6 +24,8 @@ base: extraVolumes: cache: path: /data/.faircamp_cache + securityContext: + allowPrivilegeEscalation: false containers: nginx: image: