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
|
production: true
|
||||||
ttl: 600
|
ttl: 600
|
||||||
groupName: acme.mathmast.com
|
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
|
solverName: godaddy
|
||||||
@ -42,7 +42,7 @@ frontend:
|
|||||||
tls:
|
tls:
|
||||||
exists: false
|
exists: false
|
||||||
issuerRef:
|
issuerRef:
|
||||||
name: mathmast-dot-com
|
name: freeleaps-dot-com
|
||||||
kind: ClusterIssuer
|
kind: ClusterIssuer
|
||||||
name: freeleaps.com-cert
|
name: freeleaps.com-cert
|
||||||
annotations:
|
annotations:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user