From b284764f06e68ab94eb4a0294f39fd1b751763bc Mon Sep 17 00:00:00 2001 From: Saturn-V Date: Fri, 20 Oct 2023 00:28:10 -0700 Subject: [PATCH] mirror argocd deployments --- helm/service/templates/cert.yaml | 4 ++-- helm/service/templates/ingress.yaml | 3 ++- helm/service/templates/issuer.yaml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/helm/service/templates/cert.yaml b/helm/service/templates/cert.yaml index 3721726..383a43b 100644 --- a/helm/service/templates/cert.yaml +++ b/helm/service/templates/cert.yaml @@ -4,8 +4,8 @@ metadata: name: sammwise-tls-prod spec: secretName: sammwise-tls-prod - privateKey: - rotationPolicy: Always + # privateKey: + # rotationPolicy: Always issuerRef: name: sammwise-issuer commonName: sammwise.vzxy.net diff --git a/helm/service/templates/ingress.yaml b/helm/service/templates/ingress.yaml index 7f8abc1..8dbfa4a 100644 --- a/helm/service/templates/ingress.yaml +++ b/helm/service/templates/ingress.yaml @@ -20,4 +20,5 @@ spec: pathType: Prefix tls: - hosts: - - sammwise.vzxy.net \ No newline at end of file + - sammwise.vzxy.net + secretName: sammwise-tls-prod \ No newline at end of file diff --git a/helm/service/templates/issuer.yaml b/helm/service/templates/issuer.yaml index 5eacb1a..f841f37 100644 --- a/helm/service/templates/issuer.yaml +++ b/helm/service/templates/issuer.yaml @@ -7,7 +7,7 @@ spec: server: https://acme-staging-v02.api.letsencrypt.org/directory email: ops@sjultra.com privateKeySecretRef: - name: sammwise-issuer + name: sammwise-letsencrypt-prod solvers: - http01: ingress: