minecraft: manage sleep-most config via ConfigMap — single player sleep enabled

This commit is contained in:
Hermes Agent service account
2026-07-19 18:13:55 -05:00
parent 3f3ce68e18
commit 46b49259d2
2 changed files with 128 additions and 0 deletions

View File

@@ -148,6 +148,10 @@ spec:
volumeMounts:
- name: world-data
mountPath: /data
- name: sleep-most-config
mountPath: /data/plugins/sleep-most/config.yml
subPath: config.yml
readOnly: true
resources:
requests:
cpu: "1"
@@ -180,3 +184,6 @@ spec:
- name: world-data
persistentVolumeClaim:
claimName: papermc-world-data
- name: sleep-most-config
configMap:
name: sleep-most-config