TrueChartsClone/charts/stable/crafty-4/values.yaml

66 lines
1.1 KiB
YAML

image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/crafty-4
tag: 4.0.18@sha256:7a9919fea438599a375b7f4a2fee032efd337953ca0f017e79306d4114140d72
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