Files
truecharts/charts/stable/lanraragi/values.yaml
T
9f220c8de2 chore(deps): update docker general non-major (#2577)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-04-28 07:41:47 +02:00

32 lines
642 B
YAML

image:
repository: tccr.io/truecharts/lanraragi
tag: v0.8.5@sha256:5729a10141f1a2cb8abed9a37bea9585f24f8c63fdfddcbcca23d769fb4f08fc
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"