From 11f47360818a9b562bd6ae73e84472958b9017c3 Mon Sep 17 00:00:00 2001 From: suyiiyii Date: Sun, 25 Aug 2024 12:43:25 +0800 Subject: [PATCH] refactor: update ingress.yaml to use pathType: Prefix --- templates/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/ingress.yaml b/templates/ingress.yaml index 04bd2fb..aecad1b 100644 --- a/templates/ingress.yaml +++ b/templates/ingress.yaml @@ -14,6 +14,6 @@ spec: port: number: 80 path: / - pathType: Exact + pathType: Prefix status: loadBalancer: {}