25 lines
493 B
YAML
25 lines
493 B
YAML
image:
|
|
repository: shokoanime/server
|
|
pullPolicy: IfNotPresent
|
|
tag: v4.2.2@sha256:13d0a39131b7d53e69096229b344eb23e763db8bb9411a0b3f9f7c75cdf35278
|
|
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
|