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