From fb9212532656789d950295f63ab31fec0d92b9d5 Mon Sep 17 00:00:00 2001 From: CJ_Clippy Date: Sat, 29 Jun 2024 14:08:39 -0800 Subject: [PATCH] use tls.host --- 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 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" }} ---