32 lines
574 B
YAML
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
|