Files
truecharts/charts/stable/dashmachine/values.yaml
T
2026-02-14 22:35:03 +01:00

23 lines
517 B
YAML

# yaml-language-server: $schema=./values.schema.json
image:
pullPolicy: IfNotPresent
repository: docker.io/rmountjoy/dashmachine
tag: latest@sha256:497692b79838b042db0cb1d7ca8a28dfb20d0623fc7db705b8a42b055687e5a0
persistence:
appdata:
enabled: true
mountPath: /dashmachine/dashmachine/user_data
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
main:
ports:
main:
port: 5000
protocol: tcp
targetPort: 5000