Cleanup cert-manager resources

This commit is contained in:
2025-07-12 22:45:50 +02:00
parent e3cdf1f89c
commit bc5c997b61
5 changed files with 22 additions and 20 deletions
+1
View File
@@ -11,6 +11,7 @@ spec:
syncPolicy:
automated:
prune: true
selfHeal: true
source:
repoURL: https://github.com/argoproj/argo-helm
targetRevision: argo-cd-8.1.2
+21 -2
View File
@@ -1,3 +1,8 @@
kind: Namespace
apiVersion: v1
metadata:
name: cert-manager
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
@@ -12,8 +17,6 @@ spec:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
source:
repoURL: https://charts.jetstack.io
chart: cert-manager
@@ -22,3 +25,19 @@ spec:
values: |
crds:
enabled: true
---
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: letsencrypt
spec:
acme:
email: zoe.roux@zoriya.dev
profile: tlsserver
server: https://acme-v02.api.letsencrypt.org/directory
privateKeySecretRef:
name: lets-encrypt-pk
solvers:
- http01:
ingress:
ingressClassName: cilium
-2
View File
@@ -12,8 +12,6 @@ spec:
automated:
prune: true
selfHeal: false
syncOptions:
- CreateNamespace=true
source:
repoURL: https://github.com/zoriya/snow
targetRevision: HEAD
-15
View File
@@ -1,15 +0,0 @@
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: letsencrypt
spec:
acme:
email: zoe.roux@zoriya.dev
profile: tlsserver
server: https://acme-v02.api.letsencrypt.org/directory
privateKeySecretRef:
name: lets-encrypt-pk
solvers:
- http01:
ingress:
ingressClassName: cilium
-1
View File
@@ -2,6 +2,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- cluster-issuer.yaml
- cilium-announcement.yaml
- ip-pool.yaml