From b57a650d6b879f4d4306b9dfdd2c09cc929d20a6 Mon Sep 17 00:00:00 2001 From: CJ_Clippy Date: Sat, 29 Jun 2024 16:58:20 -0800 Subject: [PATCH] use hosname on ing --- charts/fp/Chart.yaml | 2 +- charts/fp/templates/echo.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/charts/fp/Chart.yaml b/charts/fp/Chart.yaml index c73e772..a6ffd03 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.33 +version: 0.0.34 keywords: - fp - futureporn diff --git a/charts/fp/templates/echo.yaml b/charts/fp/templates/echo.yaml index 7e92a64..f8a867a 100644 --- a/charts/fp/templates/echo.yaml +++ b/charts/fp/templates/echo.yaml @@ -55,7 +55,8 @@ metadata: spec: ingressClassName: traefik rules: - - http: + - host: "{{ .Values.echo.hostname }}" + http: paths: - path: /extra/echo pathType: Prefix