From a7bb3d59e71f7f7980f8b7db400df94cabd92c0a Mon Sep 17 00:00:00 2001 From: Jan Malkiewicz Date: Fri, 23 Oct 2020 09:46:13 +0200 Subject: [OOM-K8S-CERT-EXTERNAL-PROVIDER] Add health check of CMPv2 provisioner (cert-service-api) Issue-ID: OOM-2559 Signed-off-by: Jan Malkiewicz Change-Id: I81d4dcfcb10f71182ea667770bafb9556817b793 --- certServiceK8sExternalProvider/deploy/crd.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'certServiceK8sExternalProvider/deploy/crd.yaml') diff --git a/certServiceK8sExternalProvider/deploy/crd.yaml b/certServiceK8sExternalProvider/deploy/crd.yaml index cc884388..b14d8063 100644 --- a/certServiceK8sExternalProvider/deploy/crd.yaml +++ b/certServiceK8sExternalProvider/deploy/crd.yaml @@ -60,6 +60,12 @@ spec: url: description: URL to CertService API. type: string + healthEndpoint: + description: Path of health check endpoint. + type: string + certEndpoint: + description: Path of cerfificate signing enpoint. + type: string caName: description: Name of the external CA server configured on CertService API side. type: string @@ -91,6 +97,8 @@ spec: type: object required: - url + - healthEndpoint + - certEndpoint - caName - certSecretRef type: object -- cgit 1.2.3-korg