fix(rego-tunnel): Add cgroup volume for systemd support
Some checks failed
Test / test (push) Has been cancelled
Some checks failed
Test / test (push) Has been cancelled
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user