chore(manifests): remove unused namespace for freeleaps-controls-system

Signed-off-by: 孙振宇 <>
This commit is contained in:
孙振宇 2025-01-13 01:05:22 +08:00
parent 38d10f0e81
commit 32b6a20b22
2 changed files with 33 additions and 6 deletions

View File

@ -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

View File

@ -1,6 +0,0 @@
apiVersion: v1
kind: Namespace
metadata:
name: freeleaps-controls-system
labels:
name: freeleaps-controls-system