34 lines
671 B
YAML
34 lines
671 B
YAML
image:
|
|
repository: ghcr.io/ajnart/homarr
|
|
tag: 0.15.0@sha256:24e3e1982845ab7aae2c133581984b3a621075f3b51bfd6e172a13e280fa3334
|
|
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
|