62 lines
1.2 KiB
YAML
62 lines
1.2 KiB
YAML
env: {}
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/crafty-4
|
|
tag: latest@sha256:ab9217bf6fc3a8e2a660c65ba72d39d904497cb8770be07bb519a581bb665932
|
|
persistence:
|
|
backupfiles:
|
|
enabled: true
|
|
mountPath: /crafty/backups
|
|
config:
|
|
enabled: true
|
|
mountPath: /crafty/app/config
|
|
importfolder:
|
|
enabled: true
|
|
mountPath: /crafty/import
|
|
serverfiles:
|
|
enabled: true
|
|
mountPath: /crafty/servers
|
|
serverlogs:
|
|
enabled: true
|
|
mountPath: /crafty/logs
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8443
|
|
protocol: HTTP
|
|
targetPort: 8443
|
|
minecraftports:
|
|
enabled: true
|
|
ports:
|
|
minecraftports:
|
|
enabled: true
|
|
port: 25500
|
|
protocol: TCP
|
|
targetPort: 25500
|
|
portforbedrock:
|
|
enabled: true
|
|
ports:
|
|
portforbedrock:
|
|
enabled: true
|
|
port: 19132
|
|
protocol: UDP
|
|
targetPort: 19132
|
|
portfordynmap:
|
|
enabled: true
|
|
ports:
|
|
portfordynmap:
|
|
enabled: true
|
|
port: 8123
|
|
protocol: TCP
|
|
targetPort: 8123
|
|
|
|
portal:
|
|
enabled: true
|