From 2af4c0bd053c56da8b262a0b376db8199ce43bb0 Mon Sep 17 00:00:00 2001 From: Brian Cunnie Date: Wed, 7 Jul 2021 18:53:56 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20=20now=20has=20favicon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Previously it was getting a 404 because I had the wrong `pathType` set. --- k8s/sslip.io.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/sslip.io.yml b/k8s/sslip.io.yml index 031e6c3..63a753a 100644 --- a/k8s/sslip.io.yml +++ b/k8s/sslip.io.yml @@ -189,7 +189,7 @@ spec: http: paths: - path: / - pathType: Exact + pathType: Prefix backend: service: name: sslip-io-nginx-cluster @@ -199,7 +199,7 @@ spec: http: paths: - path: / - pathType: Exact + pathType: Prefix backend: service: name: sslip-io-nginx-cluster