Files
truecharts/charts/stable/minetest/values.yaml
T
Kjeld Schouten-LebbingandGitHub 5529c2a3af refactor(charts): BREAKING CHANGE (#2836)
* Update Apps with new Common version

* Patch with the secret fixes from common

* fix amd
2022-06-07 19:41:19 +02:00

37 lines
531 B
YAML

image:
repository: tccr.io/truecharts/minetest
pullPolicy: IfNotPresent
tag: v5.5.1
securityContext:
runAsNonRoot: false
readOnlyRootFilesystem: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
protocol: UDP
targetPort: 30000
port: 30000
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false
persistence:
config:
enabled: true
mountPath: "/config/.minetest"
varrun:
enabled: true