add-ons: Add cert manager configuration

This commit is contained in:
2026-02-21 12:11:34 +05:30
parent b2a0a2628c
commit 33c0794074
3 changed files with 47 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: letsencrypt-production
spec:
acme:
server: https://acme-v02.api.letsencrypt.org/directory
email: [email protected]
privateKeySecretRef:
name: letsencrypt-production
solvers:
- http01:
gatewayHTTPRoute:
parentRefs:
- name: traefik-gateway
namespace: traefik
kind: Gateway