TrueChartsClone/charts/stable/homarr/values.yaml

34 lines
671 B
YAML

image:
repository: ghcr.io/ajnart/homarr
tag: 0.14.2@sha256:3f2389f69db8b497c32c843d44f26afefb4e47b8e7954d0c43c372713d617ed7
pullPolicy: IfNotPresent
workload:
main:
podSpec:
containers:
main:
env:
NEXTAUTH_SECRET:
secretKeyRef:
name: homarr-secrets
key: NEXTAUTH_SECRET
service:
main:
ports:
main:
port: 10245
targetPort: 7575
persistence:
config:
enabled: true
mountPath: "/app/data/configs"
icons:
enabled: true
mountPath: "/app/public/icons"
data:
enabled: true
mountPath: "/data"
portal:
open:
enabled: true