66 lines
1.1 KiB
YAML
66 lines
1.1 KiB
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/crafty-4
|
|
tag: 4.0.16@sha256:6325ffbb4ee84693dc571f714a43ca0620e70d7f718771360599bd0bfc99b650
|
|
|
|
podSecurityContext:
|
|
runAsGroup: 1000
|
|
runAsUser: 1000
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
|
|
probes:
|
|
liveness:
|
|
type: HTTPS
|
|
path: /
|
|
readiness:
|
|
type: HTTPS
|
|
path: /
|
|
startup:
|
|
type: HTTPS
|
|
path: /
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10586
|
|
protocol: HTTPS
|
|
targetPort: 8443
|
|
redirects:
|
|
enabled: true
|
|
ports:
|
|
redirects:
|
|
enabled: true
|
|
port: 10587
|
|
protocol: HTTPS
|
|
targetPort: 8000
|
|
minecraft:
|
|
enabled: true
|
|
ports:
|
|
minecraft:
|
|
enabled: true
|
|
port: 25565
|
|
targetPort: 25565
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /crafty/app/config
|
|
servers:
|
|
enabled: true
|
|
mountPath: /crafty/servers
|
|
logs:
|
|
enabled: true
|
|
mountPath: /crafty/logs
|
|
import:
|
|
enabled: true
|
|
mountPath: /crafty/import
|
|
backups:
|
|
enabled: true
|
|
mountPath: /crafty/backups
|
|
|
|
portal:
|
|
enabled: true
|