feat: add TLS certificate for nginx.thedevops.dev

This commit is contained in:
Claude AI
2026-03-03 06:47:59 +00:00
parent 93c041f3a9
commit 65b21c1c59

View File

@@ -0,0 +1,12 @@
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: nginx-weighted-tls
namespace: nginx-mcp
spec:
secretName: nginx-weighted-tls
issuerRef:
name: letsencrypt-http
kind: ClusterIssuer
dnsNames:
- nginx.thedevops.dev