Add Let's Encrypt production issuer and ArgoCD ingress for argocd.infinicaretech.com

- Add letsencrypt-prod ClusterIssuer with HTTP-01 solver
- Add ArgoCD ingress with TLS, HTTPS backend protocol, ssl-redirect
- Replace nip.io hosts with argocd.infinicaretech.com
This commit is contained in:
2026-04-03 12:26:35 +00:00
parent bcde5848f1
commit 13b50ea3d1
2 changed files with 42 additions and 0 deletions

View File

@@ -29,3 +29,18 @@ metadata:
spec:
ca:
secretName: infinicaretech-ca-secret
---
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: letsencrypt-prod
spec:
acme:
server: https://acme-v02.api.letsencrypt.org/directory
email: info@infinicaretech.com
privateKeySecretRef:
name: letsencrypt-prod-key
solvers:
- http01:
ingress:
class: nginx