fix(rego-tunnel): Add cgroup volume for systemd support
Some checks failed
Test / test (push) Has been cancelled

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-16 19:53:21 +00:00
parent 8523c79999
commit 21bbeef579

View File

@@ -49,6 +49,13 @@
"readOnly": false, "readOnly": false,
"shared": false, "shared": false,
"private": false "private": false
},
{
"hostPath": "/sys/fs/cgroup",
"containerPath": "/sys/fs/cgroup",
"readOnly": false,
"shared": false,
"private": false
} }
], ],
"stopGracePeriod": "30s", "stopGracePeriod": "30s",