TrueChartsClone/charts/stable/actualserver/values.yaml

44 lines
885 B
YAML

image:
repository: ghcr.io/actualbudget/actual-server
pullPolicy: IfNotPresent
tag: 24.6.0@sha256:8f947694b2ac0b6db5b8629f2589a8f0fe7acbfa69013cf0bccb0a3131f1d8f3
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsGroup: 0
runAsUser: 0
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
type: http
path: /
readiness:
type: http
path: /
startup:
type: http
path: /
env: {}
service:
main:
ports:
main:
port: 10293
protocol: http
targetPort: 5006
persistence:
server-files:
enabled: true
mountPath: /data/server-files
user-files:
enabled: true
mountPath: /data/user-files
portal:
open:
enabled: true