35 lines
666 B
YAML
35 lines
666 B
YAML
image:
|
|
repository: tccr.io/truecharts/lanraragi
|
|
tag: 0.8.7@sha256:019d5e0c6953d106ab8891bf1adac470816c5b759312d3605db25947635e1a9d
|
|
pullPolicy: IfNotPresent
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
env:
|
|
LRR_UID: "{{ .Values.security.PUID }}"
|
|
LRR_GID: "{{ .Values.podSecurityContext.fsGroup }}"
|
|
|
|
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:
|
|
enabled: true
|