From b0863a6071600bb5a9f894b4032679eeb1a611b2 Mon Sep 17 00:00:00 2001 From: CJ_Clippy Date: Sat, 29 Jun 2024 20:57:56 -0800 Subject: [PATCH] remove tls from ing --- charts/fp/Chart.yaml | 2 +- charts/fp/templates/traefik.yaml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/charts/fp/Chart.yaml b/charts/fp/Chart.yaml index 05fb495..ebd5e80 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.43 +version: 0.0.45 keywords: - fp - futureporn diff --git a/charts/fp/templates/traefik.yaml b/charts/fp/templates/traefik.yaml index fa41c19..9beb1dc 100644 --- a/charts/fp/templates/traefik.yaml +++ b/charts/fp/templates/traefik.yaml @@ -51,11 +51,11 @@ spec: name: traefik port: number: 443 - tls: - hosts: - - "{{ .Values.echo.hostname }}" - secretName: echo-cert - - "{{ .Values.next.hostname }}" - secretName: next-cert - - "{{ .Values.strapi.hostname }}" - secretName: strapi-cert \ No newline at end of file + # tls: + # - hosts: + # - "{{ .Values.echo.hostname }}" + # secretName: echo-cert + # - "{{ .Values.next.hostname }}" + # secretName: next-cert + # - "{{ .Values.strapi.hostname }}" + # secretName: strapi-cert \ No newline at end of file