2022-03-13 18:56:21 +00:00
|
|
|
image:
|
2023-11-17 10:22:57 +00:00
|
|
|
repository: difegue/lanraragi
|
2024-06-28 00:39:46 +00:00
|
|
|
tag: v.0.9.10@sha256:d453199b1cb8db0a0798f2ae8ef39e318b60bc336b7feef7efdc9516e9ca689a
|
2022-03-13 18:56:21 +00:00
|
|
|
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"
|
2022-08-08 21:25:02 +00:00
|
|
|
portal:
|
2023-04-14 16:11:04 +00:00
|
|
|
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 }}"
|