32 lines
544 B
YAML
32 lines
544 B
YAML
env: {}
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/shoko-server
|
|
tag: vdaily
|
|
persistence:
|
|
animefolder:
|
|
enabled: true
|
|
mountPath: /anime
|
|
appdata:
|
|
enabled: true
|
|
mountPath: /home/shoko/.shoko/
|
|
importfolder:
|
|
enabled: true
|
|
mountPath: /import
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8111
|
|
protocol: TCP
|
|
targetPort: 8111
|
|
|
|
portal:
|
|
enabled: true
|