From 1e14fd8724f71d63c1c1b8e9fb7ac5b1c97527b2 Mon Sep 17 00:00:00 2001 From: zucher Date: Tue, 11 Feb 2025 21:02:58 +0000 Subject: [PATCH] Fix chart ingress issue --- charts/kokoro-fastapi/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/kokoro-fastapi/values.yaml b/charts/kokoro-fastapi/values.yaml index 05419d9..0db2f95 100644 --- a/charts/kokoro-fastapi/values.yaml +++ b/charts/kokoro-fastapi/values.yaml @@ -45,8 +45,8 @@ ingress: host: name: kokoro.example.com endpoints: - backend: - path: "/" + - paths: + - "/" serviceName: "fastapi" servicePort: 8880