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:
parent
b3ad25d6e5
commit
0cecb340da
@ -30,4 +30,29 @@ spec:
|
||||
production: true
|
||||
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
|
||||
@ -42,7 +42,7 @@ frontend:
|
||||
tls:
|
||||
exists: false
|
||||
issuerRef:
|
||||
name: mathmast-dot-com
|
||||
name: freeleaps-dot-com
|
||||
kind: ClusterIssuer
|
||||
name: freeleaps.com-cert
|
||||
annotations:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user