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

61 lines
1.2 KiB
YAML
Raw Normal View History

env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/crafty-4
tag: latest@sha256:3f7be257e206543f86e6a1529f0ab57649fc1ab5408d6554a3b9ff343fbf3e72
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:
enabled: true
ports:
main:
enabled: true
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