fix: Traefik | remove custom tls option

This commit is contained in:
2025-12-11 09:17:03 +05:00
parent fccfcb9883
commit 5b76226801
4 changed files with 0 additions and 42 deletions

View File

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