From 5ad335cc1e6686792496ee24055273166c35535f Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 9 Feb 2025 06:22:07 -0600 Subject: [PATCH] update --- infra/argocd/templates/argocd.yaml | 15 +++++++++++++++ infra/vault/templates/ingress.yaml | 15 +++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/infra/argocd/templates/argocd.yaml b/infra/argocd/templates/argocd.yaml index 2042fd1..3982501 100644 --- a/infra/argocd/templates/argocd.yaml +++ b/infra/argocd/templates/argocd.yaml @@ -62,3 +62,18 @@ spec: scheme: https tls: secretName: argocd-tls + +--- + +apiVersion: cert-manager.io/v1 +kind: Certificate +metadata: + name: longhorn-tls +spec: + secretName: longhorn-tls + issuerRef: + name: letsencrypt-production + kind: ClusterIssuer + commonName: "argocd.infra.durp.info" + dnsNames: + - "argocd.infra.durp.info" diff --git a/infra/vault/templates/ingress.yaml b/infra/vault/templates/ingress.yaml index 406263a..09e5d33 100644 --- a/infra/vault/templates/ingress.yaml +++ b/infra/vault/templates/ingress.yaml @@ -16,3 +16,18 @@ spec: scheme: https tls: secretName: vault-tls + +--- + +apiVersion: cert-manager.io/v1 +kind: Certificate +metadata: + name: longhorn-tls +spec: + secretName: longhorn-tls + issuerRef: + name: letsencrypt-production + kind: ClusterIssuer + commonName: "vault.infra.durp.info" + dnsNames: + - "vault.infra.durp.info"