fix: add tlsSecretName to all ingress configurations

This commit is contained in:
Scrublord MacBad 2026-04-21 22:46:59 +02:00
parent 6fe98f4e87
commit fb471fad46

View File

@ -26,6 +26,7 @@ spec:
enabled: true
ingress:
host: matrix.axion1337.chat
tlsSecretName: matrix-axion1337-chat-tls
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
traefik.ingress.kubernetes.io/router.tls: "true"
@ -35,6 +36,7 @@ spec:
enabled: true
ingress:
host: account.axion1337.chat
tlsSecretName: account-axion1337-chat-tls
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
traefik.ingress.kubernetes.io/router.tls: "true"
@ -44,6 +46,7 @@ spec:
enabled: true
ingress:
host: mrtc.axion1337.chat
tlsSecretName: mrtc-axion1337-chat-tls
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
traefik.ingress.kubernetes.io/router.tls: "true"
@ -53,6 +56,7 @@ spec:
enabled: true
ingress:
host: axion1337.chat
tlsSecretName: axion1337-chat-tls
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
traefik.ingress.kubernetes.io/router.tls: "true"
@ -62,6 +66,7 @@ spec:
enabled: true
ingress:
host: admin.axion1337.chat
tlsSecretName: admin-axion1337-chat-tls
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
traefik.ingress.kubernetes.io/router.tls: "true"