Files
truecharts/charts/incubator/crafty-4/values.yaml
T
ee69529d02 fix(crafty-4) fix the webGUI access (#4210)
* fix(crafty-4) fix the webGUI access

* remove link path

* add default credentials

* rootless

* set readOnlyRootFilesystem false

* change perms to 1000

* try 568

* rofs

* run 100

* update chartyaml

* probe

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-10-28 13:35:34 +03:00

81 lines
1.3 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: 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
portal:
enabled: true