Files
truecharts/charts/stable/actualserver/values.yaml
T
TrueCharts Bot 197489e0d7 chore(deps): update container image tccr.io/truecharts/actualserver to v22.10.25 (#4251)
* chore(deps): update container image tccr.io/truecharts/actualserver to v22.10.25

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-10-31 10:02:57 +02:00

32 lines
574 B
YAML

image:
repository: tccr.io/truecharts/actualserver
pullPolicy: IfNotPresent
tag: 22.10.25@sha256:795fdf0fc3329dfc9da1b550539cfcfb05009c7c491e8128b034eb912074e0ff
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
ports:
main:
port: 10293
protocol: HTTP
targetPort: 5006
persistence:
server-files:
enabled: true
mountPath: "/app/server-files"
user-files:
enabled: true
mountPath: "/app/user-files"
portal:
enabled: true