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 apiVersion: v1
name: fp name: fp
description: The Galaxy's Best VTuber Hentai Site description: The Galaxy's Best VTuber Hentai Site
version: 0.0.42 version: 0.0.43
keywords: keywords:
- fp - fp
- futureporn - futureporn

View File

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

View File

@ -17,9 +17,6 @@ metadata:
name: traefik name: traefik
namespace: futureporn namespace: futureporn
annotations: 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 }}" cert-manager.io/cluster-issuer: "{{ .Values.certManager.issuer }}"
spec: spec:
type: LoadBalancer type: LoadBalancer
@ -54,3 +51,11 @@ spec:
name: traefik name: traefik
port: port:
number: 443 number: 443
tls:
hosts:
- "{{ .Values.echo.hostname }}"
secretName: echo-cert
- "{{ .Values.next.hostname }}"
secretName: next-cert
- "{{ .Values.strapi.hostname }}"
secretName: strapi-cert