refactor: Restructure the repo

This commit is contained in:
2026-01-12 15:21:04 +05:30
parent 2e95982073
commit 4b82385d7b
17 changed files with 24 additions and 19 deletions
@@ -0,0 +1,14 @@
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: letsencrypt-prod
spec:
acme:
server: https://acme-v02.api.letsencrypt.org/directory
email: [email protected]
privateKeySecretRef:
name: letsencrypt-prod
solvers:
- http01:
ingress:
class: traefik