infra: Add cert-manager

This commit is contained in:
2025-12-17 15:50:35 +05:30
parent e7590cbf35
commit 1d8044b395
3 changed files with 23 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: cert-manager
namespace: argocd
spec:
project: default
source:
repoURL: https://gitea.whyredfire.tech/whyredfire/gitops
targetRevision: main
path: infra/cert-manager
destination:
server: https://kubernetes.default.svc
syncPolicy:
automated:
prune: true
selfHeal: true
+1
View File
@@ -5,3 +5,4 @@ resources:
- nginx-app.yaml
- scriptscribe.yaml
- sealed-secrets.yaml
- cert-manager.yaml
+5
View File
@@ -0,0 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- https://github.com/cert-manager/cert-manager/releases/download/v1.19.2/cert-manager.yaml