mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 07:50:29 -05:00
Update folder location
This commit is contained in:
parent
dc324a2d8b
commit
c39f20e371
170 changed files with 8461 additions and 25 deletions
28
master/heimdall/values.yaml
Normal file
28
master/heimdall/values.yaml
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
heimdall:
|
||||
|
||||
image:
|
||||
registry:
|
||||
repository: registry.internal.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
|
||||
Loading…
Add table
Add a link
Reference in a new issue