52 lines
1.0 KiB
YAML
52 lines
1.0 KiB
YAML
image:
|
|
repository: ghcr.io/pmmp/pocketmine-mp
|
|
pullPolicy: IfNotPresent
|
|
tag: 5.18.1@sha256:efb1e3ca71c1efc716b3e62488cc7b7caafec999adb64a54ce3377be571651f0
|
|
|
|
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
|