From 486d54d30091cb9a35da16cd34538b1729ff15c1 Mon Sep 17 00:00:00 2001 From: CJ_Clippy Date: Fri, 28 Jun 2024 21:32:45 -0800 Subject: [PATCH] use host and pathprefix --- charts/fp/Chart.yaml | 2 +- charts/fp/templates/echo.yaml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/charts/fp/Chart.yaml b/charts/fp/Chart.yaml index 897a83c..ea70ca7 100644 --- a/charts/fp/Chart.yaml +++ b/charts/fp/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: fp description: The Galaxy's Best VTuber Hentai Site -version: 0.0.18 +version: 0.0.19 keywords: - fp - futureporn diff --git a/charts/fp/templates/echo.yaml b/charts/fp/templates/echo.yaml index c21205c..5231cf7 100644 --- a/charts/fp/templates/echo.yaml +++ b/charts/fp/templates/echo.yaml @@ -52,13 +52,12 @@ spec: - web routes: - - match: PathPrefix(`echo.fp.sbtp.xyz`) + - match: Host(`echo.fp.sbtp.xyz`) || PathPrefix(`/extra/echo`) kind: Rule services: - name: echo port: 8001 - # --- # apiVersion: networking.k8s.io/v1 # kind: Ingress