From 0de392ff6eadd5e0aa5cf386079a06cb98a876e3 Mon Sep 17 00:00:00 2001 From: hsiegeln <37154749+hsiegeln@users.noreply.github.com> Date: Mon, 6 Apr 2026 22:06:07 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20remove=20securityContext=20from=20UI=20p?= =?UTF-8?q?od=20=E2=80=94=20nginx=20needs=20root=20for=20setup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The standard nginx image requires root to modify /etc/nginx/conf.d and create /var/cache/nginx directories during startup. Co-Authored-By: Claude Opus 4.6 (1M context) --- deploy/base/ui.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/deploy/base/ui.yaml b/deploy/base/ui.yaml index bdc1651a..12033e50 100644 --- a/deploy/base/ui.yaml +++ b/deploy/base/ui.yaml @@ -24,9 +24,6 @@ spec: spec: imagePullSecrets: - name: gitea-registry - securityContext: - runAsNonRoot: true - runAsUser: 101 containers: - name: ui image: gitea.siegeln.net/cameleer/cameleer3-server-ui:latest