move external-dns spec
ci / build (push) Waiting to run Details

This commit is contained in:
CJ_Clippy 2024-06-29 20:42:21 -08:00
parent 273be0f4da
commit 93a25bb42c
3 changed files with 11 additions and 6 deletions

View File

@ -1,7 +1,7 @@
apiVersion: v1
name: fp
description: The Galaxy's Best VTuber Hentai Site
version: 0.0.42
version: 0.0.43
keywords:
- fp
- futureporn

View File

@ -67,8 +67,8 @@ metadata:
spec:
entryPoints:
- web
tls:
secretName: echo-cert
# tls:
# secretName: echo-cert
routes:
- match: Host(`echo.fp.sbtp.xyz`) || PathPrefix(`/extra/echo`)
kind: Rule

View File

@ -17,9 +17,6 @@ metadata:
name: traefik
namespace: futureporn
annotations:
external-dns.alpha.kubernetes.io/hostname: "{{ .Values.echo.hostname }}"
external-dns.alpha.kubernetes.io/hostname: "{{ .Values.next.hostname }}"
external-dns.alpha.kubernetes.io/hostname: "{{ .Values.strapi.hostname }}"
cert-manager.io/cluster-issuer: "{{ .Values.certManager.issuer }}"
spec:
type: LoadBalancer
@ -54,3 +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