mirror of
https://github.com/zoriya/snow.git
synced 2026-08-15 18:44:14 +00:00
Cleanup cert-manager resources
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
@@ -12,8 +12,6 @@ spec:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: false
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
source:
|
||||
repoURL: https://github.com/zoriya/snow
|
||||
targetRevision: HEAD
|
||||
|
||||
@@ -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
|
||||
@@ -2,6 +2,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- cluster-issuer.yaml
|
||||
- cilium-announcement.yaml
|
||||
- ip-pool.yaml
|
||||
|
||||
Reference in New Issue
Block a user