2022-07-21 13:17:45 +00:00
|
|
|
env: {}
|
|
|
|
image:
|
|
|
|
pullPolicy: IfNotPresent
|
2022-07-23 01:37:45 +00:00
|
|
|
repository: tccr.io/truecharts/shoko-server
|
|
|
|
tag: vdaily
|
2022-07-21 13:17:45 +00:00
|
|
|
persistence:
|
2022-07-23 01:37:45 +00:00
|
|
|
animefolder:
|
2022-07-21 13:17:45 +00:00
|
|
|
enabled: true
|
2022-07-23 01:37:45 +00:00
|
|
|
mountPath: /anime
|
|
|
|
appdata:
|
2022-07-21 13:17:45 +00:00
|
|
|
enabled: true
|
2022-07-23 01:37:45 +00:00
|
|
|
mountPath: /home/shoko/.shoko/
|
|
|
|
importfolder:
|
2022-07-21 13:17:45 +00:00
|
|
|
enabled: true
|
2022-07-23 01:37:45 +00:00
|
|
|
mountPath: /import
|
2022-07-21 13:17:45 +00:00
|
|
|
podSecurityContext:
|
|
|
|
runAsGroup: 0
|
|
|
|
runAsUser: 0
|
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
2022-07-23 01:37:45 +00:00
|
|
|
port: 8111
|
2022-07-21 13:17:45 +00:00
|
|
|
protocol: TCP
|
2022-07-23 01:37:45 +00:00
|
|
|
targetPort: 8111
|
2022-08-09 00:29:33 +00:00
|
|
|
|
|
|
|
portal:
|
|
|
|
enabled: true
|