diff --git a/heimdall/templates/ingress.yaml b/heimdall/templates/ingress.yaml index ab5cc61..190770f 100644 --- a/heimdall/templates/ingress.yaml +++ b/heimdall/templates/ingress.yaml @@ -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: diff --git a/heimdall/values.yaml b/heimdall/values.yaml index c64bd5f..dc4b824 100644 --- a/heimdall/values.yaml +++ b/heimdall/values.yaml @@ -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