29 lines
510 B
YAML
29 lines
510 B
YAML
image:
|
|
repository: tccr.io/truecharts/shoko-server
|
|
pullPolicy: IfNotPresent
|
|
tag: 4.2.2@sha256:c56805fe8f131d773800f6959af0f4aac81f2ac81d488ac51055f39b552d20cd
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8111
|
|
protocol: http
|
|
targetPort: 8111
|
|
|
|
persistence:
|
|
appdata:
|
|
enabled: true
|
|
mountPath: /home/shoko/.shoko/
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|