29 lines
499 B
YAML
29 lines
499 B
YAML
image:
|
|
repository: tccr.io/truecharts/shoko-server
|
|
pullPolicy: IfNotPresent
|
|
tag: 4.1.2@sha256:5bde0f9457716b9142c6dd5827a1583f387dcdc6a971247f99b769a44f65fa5f
|
|
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8111
|
|
protocol: TCP
|
|
targetPort: 8111
|
|
|
|
persistence:
|
|
appdata:
|
|
enabled: true
|
|
mountPath: /home/shoko/.shoko/
|
|
|
|
portal:
|
|
enabled: true
|