Update 2 files

- /heimdall/templates/ingress.yaml
- /heimdall/values.yaml
This commit is contained in:
2023-06-09 01:00:04 +00:00
parent 32fc5d9727
commit 1f7d33c82e
2 changed files with 4 additions and 2 deletions

View File

@@ -2,8 +2,7 @@ apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute kind: IngressRoute
metadata: metadata:
annotations: annotations:
external-dns.alpha.kubernetes.io/hostname: heimdall.durp.info
external-dns.alpha.kubernetes.io/target: home.durp.info
name: heimdall-ingress name: heimdall-ingress
spec: spec:
entryPoints: entryPoints:

View File

@@ -12,6 +12,9 @@ heimdall:
service: service:
main: main:
annotations:
- external-dns.alpha.kubernetes.io/hostname: heimdall.durp.info
- external-dns.alpha.kubernetes.io/target: home.durp.info
ports: ports:
http: http:
port: 80 port: 80