diff --git a/servers/legion/k8s/mudcraft/statefulset.yaml b/servers/legion/k8s/mudcraft/statefulset.yaml index 3745d55..e71bfe4 100644 --- a/servers/legion/k8s/mudcraft/statefulset.yaml +++ b/servers/legion/k8s/mudcraft/statefulset.yaml @@ -17,9 +17,11 @@ spec: labels: app: mudcraft annotations: - kubectl.kubernetes.io/restartedAt: "2026-03-30T02:15:00Z" + kubectl.kubernetes.io/restartedAt: "2026-03-30T02:30:00Z" spec: terminationGracePeriodSeconds: 120 + securityContext: + fsGroup: 1000 initContainers: # Copies plugin JARs from the mudcraft/plugins image into the plugins PVC. # To add/update plugins: update the Dockerfile in mudcraft/mudcraft repo,