move external-dns spec
ci / build (push) Waiting to run
Details
ci / build (push) Waiting to run
Details
This commit is contained in:
parent
273be0f4da
commit
93a25bb42c
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue