diff --git a/charts/fp/Chart.yaml b/charts/fp/Chart.yaml index 29ddc8e..ba7213d 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.23 +version: 0.0.24 keywords: - fp - futureporn diff --git a/charts/fp/templates/echo.yaml b/charts/fp/templates/echo.yaml index 16627c3..b620a30 100644 --- a/charts/fp/templates/echo.yaml +++ b/charts/fp/templates/echo.yaml @@ -84,7 +84,8 @@ spec: number: 8001 tls: - secretName: echo-cert - + hosts: + - "{{ .Values.echo.hostname }}" {{ if eq .Values.environment "development" }} ---