feat(apps): move apps to stable (#2188)

* feat(apps): move apps to stable

* update image ref
This commit is contained in:
Stavros Kois
2022-03-16 21:37:59 +02:00
committed by GitHub
parent d103378a58
commit 0cbd315c55
66 changed files with 19 additions and 15 deletions
+31
View File
@@ -0,0 +1,31 @@
image:
repository: tccr.io/truecharts/lanraragi
tag: v0.8.4@sha256:e41603c23afbb27544cdef8cf30f4e568eb499bd3221f81953e6cd60c469ab25
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"