commit 9f261602ecd17858ce57d6110a3577b490efd441 parent d075295e79770bec4d4ea6ccd3dde689c6cb1aa5 Author: MTRNord <mtrnord1@gmail.com> Date: Mon, 12 May 2025 21:12:16 +0200 Meow Diffstat:
| M | apps/base/matrix/draupnir-fluffy/deployment.yaml | | | 6 | ++++-- |
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/apps/base/matrix/draupnir-fluffy/deployment.yaml b/apps/base/matrix/draupnir-fluffy/deployment.yaml @@ -31,7 +31,8 @@ spec: app: mjolnir-fluffy spec: containers: - - image: gnuxie/draupnir:v2.2.0 + - image: ghcr.io/mtrnord/draupnir:no-root + #image: gnuxie/draupnir:v2.2.0 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 3 @@ -62,7 +63,8 @@ spec: drop: - ALL readOnlyRootFilesystem: true - #runAsNonRoot: true + runAsNonRoot: true + runAsGroup: 1000 volumeMounts: - mountPath: /data/config/production.yaml name: config-volume