2022-03-13 18:56:21 +00:00
|
|
|
image:
|
2022-03-14 15:46:42 +00:00
|
|
|
repository: tccr.io/truecharts/lanraragi
|
2022-04-28 05:41:47 +00:00
|
|
|
tag: v0.8.5@sha256:5729a10141f1a2cb8abed9a37bea9585f24f8c63fdfddcbcca23d769fb4f08fc
|
2022-03-13 18:56:21 +00:00
|
|
|
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"
|