This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/pmmp/pocketmine-mp | minor | `5.13.0` -> `5.14.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNzkuNCIsInVwZGF0ZWRJblZlciI6IjM3LjI3OS40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
52 lines
1.0 KiB
YAML
52 lines
1.0 KiB
YAML
image:
|
|
repository: ghcr.io/pmmp/pocketmine-mp
|
|
pullPolicy: IfNotPresent
|
|
tag: 5.14.1@sha256:5aa6675ac0f3bcc004ed10b9f1537056ead21e38ef4dbc8a76fce263e9759136
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: udp
|
|
targetPort: 19132
|
|
port: 19132
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
tty: true
|
|
stdin: true
|
|
probes:
|
|
# -- Liveness probe configuration
|
|
# @default -- See below
|
|
liveness:
|
|
enabled: false
|
|
# -- Redainess probe configuration
|
|
# @default -- See below
|
|
readiness:
|
|
enabled: false
|
|
# -- Startup probe configuration
|
|
# @default -- See below
|
|
startup:
|
|
enabled: false
|
|
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: "/data"
|
|
plugins:
|
|
enabled: true
|
|
mountPath: "/plugins"
|
|
|
|
portal:
|
|
open:
|
|
enabled: false
|