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