fix: restore deploy manifests and polish script assistant

This commit is contained in:
iye
2026-05-28 18:56:43 +08:00
parent df7b90934a
commit e06a16e200
5 changed files with 387 additions and 56 deletions
+15
View File
@@ -0,0 +1,15 @@
# ClusterIssuer for Let's Encrypt automatic certificate generation & renewal
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: letsencrypt-prod
spec:
acme:
server: https://acme-v02.api.letsencrypt.org/directory
email: airlabsv001@gmail.com
privateKeySecretRef:
name: letsencrypt-prod-key
solvers:
- http01:
ingress:
class: traefik