Files
homelab/heimdall/values.yaml
2023-01-01 15:31:06 +00:00

37 lines
626 B
YAML

heimdall:
image:
repository: linuxserver/heimdall
pullPolicy: Always
env:
TZ: UTC
PUID: "1000"
PGID: "1000"
service:
main:
ports:
http:
port: 80
ingress:
main:
enabled: true
ingressClassName: "nginx"
annotations:
cert-manager.io/cluster-issuer: letsencrypt-production
hosts:
- host: heimdall.durp.info
paths:
- path: "/"
pathType: Prefix
tls:
- secretName: authentik-tls
hosts:
- heimdall.durp.info
persistence:
config:
enabled: false