19 lines
434 B
YAML
19 lines
434 B
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: docker.io/fyb3roptik/threadfin
|
|
tag: 1.2.37@sha256:96122ab220e14b881cbd40d7f8c7b022e1f9c6ecfe05aca2ab801e0321dc0d61
|
|
pullPolicy: IfNotPresent
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 34400
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/home/threadfin/conf"
|
|
temp:
|
|
enabled: true
|
|
mountPath: "/tmp/threadfin"
|
|
type: emptyDir
|