Skip to content

Commit

Permalink
argocd was mad at me
Browse files Browse the repository at this point in the history
  • Loading branch information
tunacinsoy committed Sep 5, 2024
1 parent 7a1e395 commit 5c60c51
Showing 1 changed file with 3 additions and 19 deletions.
22 changes: 3 additions & 19 deletions manifests/blog-app/clusterIssuer.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@
# apiVersion: cert-manager.io/v1
# kind: ClusterIssuer
# metadata:
# name: letsencrypt-prod-cluster
# namespace: istio-system
# spec:
# acme:
# email: [email protected]
# server: https://acme-v02.api.letsencrypt.org/directory
# privateKeySecretRef:
# name: letsencrypt-prod-cluster
# solvers:
# - http01:
# ingress:
# class: istio


apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
Expand All @@ -27,5 +10,6 @@ spec:
privateKeySecretRef:
name: letsencrypt-prod-cluster
solvers:
- dns01:
manual:
- http01:
ingress:
class: istio

0 comments on commit 5c60c51

Please sign in to comment.