From 2583975e542edbfe004b7a75b9bbfa4d17169235 Mon Sep 17 00:00:00 2001 From: Marc Hermans Date: Wed, 13 Nov 2024 12:33:51 +0100 Subject: [PATCH] Include the www. prefix as valid webtargets --- chart/website/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chart/website/values.yaml b/chart/website/values.yaml index bd27bfb..be8d64c 100644 --- a/chart/website/values.yaml +++ b/chart/website/values.yaml @@ -20,6 +20,8 @@ ingress: hosts: - parchmentmc.org - parchmentmc.net + - www.parchmentmc.org + - www.parchmentmc.net service: type: ClusterIP