fix: remove securityContext from UI pod — nginx needs root for setup
All checks were successful
CI / cleanup-branch (push) Has been skipped
CI / build (push) Successful in 1m6s
CI / docker (push) Successful in 39s
CI / deploy-feature (push) Has been skipped
CI / deploy (push) Successful in 41s

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) <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-04-06 22:06:07 +02:00
parent c502a42f17
commit 0de392ff6e

View File

@@ -24,9 +24,6 @@ spec:
spec: spec:
imagePullSecrets: imagePullSecrets:
- name: gitea-registry - name: gitea-registry
securityContext:
runAsNonRoot: true
runAsUser: 101
containers: containers:
- name: ui - name: ui
image: gitea.siegeln.net/cameleer/cameleer3-server-ui:latest image: gitea.siegeln.net/cameleer/cameleer3-server-ui:latest