From e0619a04bb6d633643eda4ee071635c3b3e0f221 Mon Sep 17 00:00:00 2001 From: CJ_Clippy Date: Fri, 28 Jun 2024 21:07:25 -0800 Subject: [PATCH] use hostname --- charts/fp/Chart.yaml | 2 +- charts/fp/templates/echo.yaml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/fp/Chart.yaml b/charts/fp/Chart.yaml index 5efdade..3d77b44 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.16 +version: 0.0.17 keywords: - fp - futureporn diff --git a/charts/fp/templates/echo.yaml b/charts/fp/templates/echo.yaml index d61ee65..fbc8a8c 100644 --- a/charts/fp/templates/echo.yaml +++ b/charts/fp/templates/echo.yaml @@ -50,16 +50,16 @@ spec: - web routes: - - match: PathPrefix(`/echo`) #Host(`echo.fp.sbtp.xyz`) - kind: Rule - services: - - name: echo - port: 80 - - match: PathPrefix(`/foo`) #Host(`echo.fp.sbtp.xyz`) + - match: PathPrefix(`echo.fp.sbtp.xyz`) #Host(`echo.fp.sbtp.xyz`) kind: Rule services: - name: echo port: 8001 + # - match: PathPrefix(`/foo`) #Host(`echo.fp.sbtp.xyz`) + # kind: Rule + # services: + # - name: echo + # port: 8001 # --- # apiVersion: networking.k8s.io/v1