From 36949d5b377cd4cf1e7ff66a492b796fe7529d2d Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Mon, 10 Apr 2023 20:08:48 -0400 Subject: [PATCH] try again --- cluster/apps/download/qbittorrent/ingress.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cluster/apps/download/qbittorrent/ingress.yaml b/cluster/apps/download/qbittorrent/ingress.yaml index ee06b1f..7ec8336 100644 --- a/cluster/apps/download/qbittorrent/ingress.yaml +++ b/cluster/apps/download/qbittorrent/ingress.yaml @@ -18,4 +18,7 @@ spec: service: name: qbittorrent port: - name: http \ No newline at end of file + name: http + tls: + - hosts: + - ${SECRET_DOMAIN} \ No newline at end of file