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

81 lines
1.3 KiB
YAML
Raw Normal View History

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: HTTP
path: /
readiness:
type: HTTP
path: /
startup:
type: HTTP
path: /
service:
main:
ports:
main:
port: 10586
protocol: HTTP
targetPort: 8000
sub:
enabled: true
ports:
sub:
enabled: true
port: 8443
protocol: HTTPS
targetPort: 8443
bedrock:
enabled: true
ports:
bedrock:
enabled: true
port: 19132
protocol: UDP
targetPort: 19132
dynmap:
enabled: true
ports:
dynmap:
enabled: true
port: 8123
targetPort: 8123
minecraft:
enabled: true
ports:
minecraft:
enabled: true
port: 25500
targetPort: 25500
persistence:
config:
enabled: true
mountPath: /crafty/app/config
serverfiles:
enabled: true
mountPath: /crafty/servers
serverlogs:
enabled: true
mountPath: /crafty/logs
import:
enabled: true
mountPath: /crafty/import
backup:
enabled: true
mountPath: /crafty/backups
chore(questions): replace questions parts with templates (#3402) * chore(questions): replace port parts with templates * chore(questions): replace controller parts with templates * remove tons of whitespce * remove quotes from strings on templates * make complete controller an include * default to recreate * remove replica and strategies as it's covered from controllerStrtegies include * remove whitespace again * replace controllertype with include (deployment/daemonset/statefulset) * replace advanced port part except targetport * remove more quotes * add hidden toggle of enable the port * new includes * update build script * controller deploy/stateful/deamon template changes * replace controllerStrategies with replicas, replica#, strategy, recreate * move 2 templates into a subfolder * remove quotes * remove disabled portals from questions and defined them on values * remove enabled portal from the questions and add it on values * one more app * Portal cleanup * remove portal templates * add more includes * replace portal links * move some templates in folders * replace ingressRoot with template * more grouping * replace persistenceroot with template * replace serviceExpertRoot * replace serviceroot * fix a rogue one * vctRoot * securityContext cleanup * remove quotes from templates on string * replace vctRoot * replace advanedSecurityRoot * replace podsecurity root * Update .github/scripts/build-catalog.sh * Update values.yaml * remove dupe portal * update build-release script * fix paths * fix apps with imageSelector Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-08-08 17:25:02 -04:00
portal:
enabled: true