Skip to content

Commit

Permalink
add letsencrypt issuer manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Pacman99 committed May 31, 2023
1 parent 57370ba commit cdce714
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions infra/prod-us-east-1/k8s/eks-addons/letsencrypt_issuer.yaml
@@ -0,0 +1,19 @@
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: letsencrypt
spec:
acme:
server: https://acme-v02.api.letsencrypt.org/directory
email: 'smart.contracts@iohk.io'
privateKeySecretRef:
name: letsencrypt
solvers:
- http01:
ingress:
class: traefik
ingressTemplate:
metadata:
annotations:
traefik.ingress.kubernetes.io/router.tls: "true"
traefik.ingress.kubernetes.io/router.entrypoints: "websecure"

0 comments on commit cdce714

Please sign in to comment.