From 429f3680bbeb401f50ff6ee36a9c49cbf09c30b6 Mon Sep 17 00:00:00 2001 From: Andrea Zonca Date: Mon, 6 Jan 2020 10:57:37 -0800 Subject: [PATCH] configure certificate renewal --- setup_https_kubespray/https_certificate.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup_https_kubespray/https_certificate.yml b/setup_https_kubespray/https_certificate.yml index 7c29582..b685c9f 100644 --- a/setup_https_kubespray/https_certificate.yml +++ b/setup_https_kubespray/https_certificate.yml @@ -5,6 +5,8 @@ metadata: namespace: jhub spec: secretName: certmanager-tls-jupyterhub + duration: 2160h # 90d + renewBefore: 360h # 15d issuerRef: name: letsencrypt-prod commonName: js-17-69.jetstream-cloud.org