From cc6ce46b5de2f2891a50727177b1e8d578ea8cb6 Mon Sep 17 00:00:00 2001 From: Jim Nicholson Date: Mon, 7 Mar 2022 22:32:20 -0800 Subject: [PATCH] Fix ingress --- applications/wiki.js/helmrelease.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/applications/wiki.js/helmrelease.yaml b/applications/wiki.js/helmrelease.yaml index 44b38e5..aae08c6 100644 --- a/applications/wiki.js/helmrelease.yaml +++ b/applications/wiki.js/helmrelease.yaml @@ -23,7 +23,9 @@ spec: storageClass: longhorn ingress: enabled: true - hostname: wiki.thejimnicholson.com + hosts: + - host: wiki.thejimnicholson.com + path: "/" tls: - hosts: - wiki.thejimnicholson.com