Revert "fix: Traefik | remove custom tls option"

This reverts commit 5b76226801.
This commit is contained in:
2025-12-11 21:03:39 +05:00
parent 8b206f005b
commit afb071bcbe
4 changed files with 42 additions and 0 deletions

View File

@@ -110,6 +110,10 @@ export class IngressRoute extends Construct {
if (opts.tlsSecretName) {
spec.tls = {
secretName: opts.tlsSecretName,
options: {
name: "tls-options",
namespace: "homelab",
},
};
}