Files
homelab/heimdall/values.yaml
DeveloperDurp 1f7d33c82e Update 2 files
- /heimdall/templates/ingress.yaml
- /heimdall/values.yaml
2023-06-09 01:00:04 +00:00

29 lines
492 B
YAML

heimdall:
image:
registry:
repository: registry.durp.info/linuxserver/heimdall
pullPolicy: Always
env:
TZ: UTC
PUID: "1000"
PGID: "1000"
service:
main:
annotations:
- external-dns.alpha.kubernetes.io/hostname: heimdall.durp.info
- external-dns.alpha.kubernetes.io/target: home.durp.info
ports:
http:
port: 80
ingress:
main:
enabled: false
persistence:
config:
enabled: true