chore(manifests): remove unused namespace for freeleaps-controls-system
Signed-off-by: 孙振宇 <>
This commit is contained in:
parent
38d10f0e81
commit
32b6a20b22
@ -0,0 +1,33 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: mathmast-godaddy-api-key
|
||||
namespace: freeleaps-controls-system
|
||||
type: Opaque
|
||||
stringData:
|
||||
token: "dKYbNF2uUhRE_6zzJ6gDawfp3cenfzHswHG:Hj8i88547Mha83GfGvceSx"
|
||||
---
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: ClusterIssuer
|
||||
metadata:
|
||||
name: mathmast-dot-com
|
||||
spec:
|
||||
acme:
|
||||
server: https://acme-v02.api.letsencrypt.org/directory
|
||||
email: acme@mathmast.com
|
||||
privateKeySecretRef:
|
||||
name: mathmast-dot-com-certs
|
||||
solvers:
|
||||
- selector:
|
||||
dnsZones:
|
||||
- mathmast.com
|
||||
dns01:
|
||||
webhook:
|
||||
config:
|
||||
apiKeySecretRef:
|
||||
name: mathmast-godaddy-api-key
|
||||
key: token
|
||||
production: true
|
||||
ttl: 600
|
||||
groupName: acme.mathmast.com
|
||||
solverName: godaddy
|
||||
@ -1,6 +0,0 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: freeleaps-controls-system
|
||||
labels:
|
||||
name: freeleaps-controls-system
|
||||
Loading…
Reference in New Issue
Block a user