From d7eed22bc47a29ff0ecf8227df08915eabebdfbd Mon Sep 17 00:00:00 2001 From: CJ_Clippy Date: Sat, 29 Jun 2024 16:41:39 -0800 Subject: [PATCH] remove 443 from service spec --- charts/fp/Chart.yaml | 2 +- charts/fp/templates/echo.yaml | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/charts/fp/Chart.yaml b/charts/fp/Chart.yaml index 5fe9838..c73e772 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.32 +version: 0.0.33 keywords: - fp - futureporn diff --git a/charts/fp/templates/echo.yaml b/charts/fp/templates/echo.yaml index 427a863..7e92a64 100644 --- a/charts/fp/templates/echo.yaml +++ b/charts/fp/templates/echo.yaml @@ -40,9 +40,6 @@ spec: - protocol: TCP port: 80 targetPort: 5678 - - protocol: TCP - port: 443 - targetPort: 5678 --- apiVersion: networking.k8s.io/v1