image: repository: docker.io/difegue/lanraragi tag: v.0.9.41@sha256:67725ebbd11dc8c73ed073eefdd3aafd2d6b0675a1f867850b8a7f8fb9f39bea 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" 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 }}"