fix: remove unsupported tls property from per-service ingress config

This commit is contained in:
Scrublord MacBad 2026-04-21 22:29:38 +02:00
parent a21afd98b4
commit acd1d9dcdf

View File

@ -29,10 +29,6 @@ spec:
annotations: annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod cert-manager.io/cluster-issuer: letsencrypt-prod
traefik.ingress.kubernetes.io/router.tls: "true" traefik.ingress.kubernetes.io/router.tls: "true"
tls:
- secretName: matrix-axion1337-chat-tls
hosts:
- matrix.axion1337.chat
# Matrix Authentication Service braucht eine Subdomain # Matrix Authentication Service braucht eine Subdomain
matrixAuthenticationService: matrixAuthenticationService:
@ -42,10 +38,6 @@ spec:
annotations: annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod cert-manager.io/cluster-issuer: letsencrypt-prod
traefik.ingress.kubernetes.io/router.tls: "true" traefik.ingress.kubernetes.io/router.tls: "true"
tls:
- secretName: account-axion1337-chat-tls
hosts:
- account.axion1337.chat
# Matrix RTC (Element Call) braucht auch eine Subdomain # Matrix RTC (Element Call) braucht auch eine Subdomain
matrixRTC: matrixRTC:
@ -55,10 +47,6 @@ spec:
annotations: annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod cert-manager.io/cluster-issuer: letsencrypt-prod
traefik.ingress.kubernetes.io/router.tls: "true" traefik.ingress.kubernetes.io/router.tls: "true"
tls:
- secretName: mrtc-axion1337-chat-tls
hosts:
- mrtc.axion1337.chat
# Element Web # Element Web
elementWeb: elementWeb:
@ -68,10 +56,6 @@ spec:
annotations: annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod cert-manager.io/cluster-issuer: letsencrypt-prod
traefik.ingress.kubernetes.io/router.tls: "true" traefik.ingress.kubernetes.io/router.tls: "true"
tls:
- secretName: axion1337-chat-tls
hosts:
- axion1337.chat
# Element Admin # Element Admin
elementAdmin: elementAdmin:
@ -81,10 +65,6 @@ spec:
annotations: annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod cert-manager.io/cluster-issuer: letsencrypt-prod
traefik.ingress.kubernetes.io/router.tls: "true" traefik.ingress.kubernetes.io/router.tls: "true"
tls:
- secretName: admin-axion1337-chat-tls
hosts:
- admin.axion1337.chat
# Well-Known auf der Apex-Domain (axion1337.chat/.well-known/matrix/*) # Well-Known auf der Apex-Domain (axion1337.chat/.well-known/matrix/*)
wellKnownDelegation: wellKnownDelegation: