feat: add ClusterIssuer for freeleaps.com and update issuer reference in frontend values

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-03-27 15:15:02 +08:00
parent b3ad25d6e5
commit 0cecb340da
2 changed files with 26 additions and 1 deletions

View File

@ -31,3 +31,28 @@ spec:
ttl: 600
groupName: acme.mathmast.com
solverName: godaddy
---
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: freeleaps-dot-com
spec:
acme:
server: https://acme-v02.api.letsencrypt.org/directory
email: acme@freeleaps.com
privateKeySecretRef:
name: freeleaps-dot-com-certs
solvers:
- selector:
dnsZones:
- freeleaps.com
dns01:
webhook:
config:
apiKeySecretRef:
name: mathmast-godaddy-api-key
key: token
production: true
ttl: 600
groupName: acme.freeleaps.com
solverName: godaddy

View File

@ -42,7 +42,7 @@ frontend:
tls:
exists: false
issuerRef:
name: mathmast-dot-com
name: freeleaps-dot-com
kind: ClusterIssuer
name: freeleaps.com-cert
annotations: