Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
04a25e783d
commit
e2bfda86f3
|
@ -0,0 +1,8 @@
|
|||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [pocketmine-mp-0.0.1]pocketmine-mp-0.0.1 (2023-11-10)
|
||||
|
|
@ -0,0 +1,28 @@
|
|||
apiVersion: v2
|
||||
appVersion: "5.8.1"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 14.3.3
|
||||
deprecated: false
|
||||
description: A server software for Minecraft Bedrock Edition in PHP.
|
||||
home: https://truecharts.org/charts/incubator/pocketmine-mp
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/pocketmine-mp.png
|
||||
keywords:
|
||||
- pocketmine-mp
|
||||
- minecraft
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: pocketmine-mp
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/pocketmine-mp
|
||||
- https://github.com/pmmp/PocketMine-MP
|
||||
- https://ghcr.io/pmmp/pocketmine-mp
|
||||
type: application
|
||||
version: 0.0.1
|
||||
annotations:
|
||||
truecharts.org/category: games
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1 @@
|
|||
# README
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
|
||||
## [pocketmine-mp-0.0.1]pocketmine-mp-0.0.1 (2023-11-10)
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
A server software for Minecraft Bedrock Edition in PHP.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/pocketmine-mp](https://truecharts.org/charts/incubator/pocketmine-mp)
|
||||
|
||||
---
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
Binary file not shown.
|
@ -0,0 +1,51 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/pocketmine-mp
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v5.8.1@sha256:b44daf2ac052e2c15d421e58c860802064de9555709576aae35a792201917d35
|
||||
|
||||
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
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1 @@
|
|||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
|
@ -0,0 +1 @@
|
|||
{{ include "tc.v1.common.loader.all" . }}
|
|
@ -0,0 +1,4 @@
|
|||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/pocketmine-mp.png
|
||||
categories:
|
||||
- games
|
||||
screenshots: []
|
Loading…
Reference in New Issue