35 lines
773 B
YAML
35 lines
773 B
YAML
image:
|
|
repository: difegue/lanraragi
|
|
tag: v.0.9.0@sha256:d54417add48773e6987d2391de57e8c61b7e6737079647bb29eaacf4c0cbf4f6
|
|
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"
|
|
portal:
|
|
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 }}"
|