mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
Update 2 files
- /heimdall/templates/ingress.yaml - /heimdall/values.yaml
This commit is contained in:
parent
32fc5d9727
commit
1f7d33c82e
2 changed files with 4 additions and 2 deletions
|
|
@ -2,8 +2,7 @@ apiVersion: traefik.containo.us/v1alpha1
|
|||
kind: IngressRoute
|
||||
metadata:
|
||||
annotations:
|
||||
external-dns.alpha.kubernetes.io/hostname: heimdall.durp.info
|
||||
external-dns.alpha.kubernetes.io/target: home.durp.info
|
||||
|
||||
name: heimdall-ingress
|
||||
spec:
|
||||
entryPoints:
|
||||
|
|
|
|||
|
|
@ -12,6 +12,9 @@ heimdall:
|
|||
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue