Update deployment.yaml

This commit is contained in:
sirius0xdev 2026-05-07 13:15:25 -04:00 committed by GitHub
parent b281e7a4ad
commit 07bb6c0059
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,7 +42,10 @@ spec:
- |
mkdir -p /data/.hermes/webui /data/.cache /data/.config /data/bin
chmod -R g+rwX,o-rwx /data
echo "✅ Hermes data permissions fixed (non-root with fsGroup)"
chown -R 1000:1000 /data/.hermes /data/.cache /data/.config /data/bin || true
chown -R 1024:1024 /data/.hermes/webui || true
echo "✅ Hermes data permissions fixed (agent=1000, webui=1024)"
volumeMounts:
- name: hermes-data
mountPath: /data