52 lines
1.0 KiB
YAML
52 lines
1.0 KiB
YAML
image:
|
|
repository: tccr.io/tccr/pocketmine-mp
|
|
pullPolicy: IfNotPresent
|
|
tag: v5.8.2@sha256:85b5b10f86044282ec1f1707659419347e1e48e899b351196b81e376e7fd38c0
|
|
|
|
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
|