Cloud API Overview > @adpt/cloud > k8s > PodSecurityContext > runAsGroup
k8s.PodSecurityContext.runAsGroup property
The GID to run the entrypoint of the container process.
Uses runtime default if unset. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container.
Signature:
runAsGroup?: number;