32 lines
632 B
YAML
32 lines
632 B
YAML
image:
|
|
repository: difegue/lanraragi
|
|
tag: v.0.8.4@sha256:f059a0bffbb3f5c6aae001388e4317f4ff78ca7b1f905ee65b27a1f3a894ccef
|
|
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"
|