image: repository: ghcr.io/pmmp/pocketmine-mp pullPolicy: IfNotPresent tag: 5.17.0@sha256:cfd0884631accd2f271d460bf52728f4347c0218815e9f0f905400752f8f09f4 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