mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-08 00:11:21 -05:00
36 lines
626 B
YAML
36 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
|