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

39 lines
799 B
YAML
Raw Normal View History

env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/crafty-3
tag: latest@sha256:75ac777350226503b066eba4f63bea3185809794994f37ccb6dcc216e1f56e62
persistence:
backups:
enabled: true
mountPath: /crafty_web/backups
database:
enabled: true
mountPath: /crafty_db
server-files:
enabled: true
mountPath: /minecraft_servers
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 1800
protocol: HTTP
targetPort: 8000
minecraftports:
enabled: true
ports:
minecraftports:
enabled: true
port: 25500
protocol: TCP
targetPort: 25500