image: repository: tccr.io/truecharts/lanraragi tag: v0.9.0@sha256:fd8b3a919e6258f1035cfe5519d5b545cd3ad6bc720462f0f16341245fdc918d pullPolicy: IfNotPresent service: main: ports: main: port: 10177 targetPort: 3000 persistence: config: enabled: true mountPath: "/home/koyomi/lanraragi/database" content: enabled: true mountPath: "/home/koyomi/lanraragi/content" portal: open: enabled: true securityContext: container: readOnlyRootFilesystem: false runAsNonRoot: false runAsUser: 0 runAsGroup: 0 workload: main: podSpec: containers: main: env: LRR_UID: "{{ .Values.securityContext.container.PUID }}" LRR_GID: "{{ .Values.securityContext.pod.fsGroup }}"