Files
truecharts/charts/stable/lanraragi/values.yaml
T
2026-02-14 22:35:03 +01:00

34 lines
804 B
YAML

# yaml-language-server: $schema=./values.schema.json
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 }}"