diff options
author | Jan Malkiewicz <jan.malkiewicz@nokia.com> | 2020-10-23 09:46:13 +0200 |
---|---|---|
committer | Jan Malkiewicz <jan.malkiewicz@nokia.com> | 2020-10-26 08:57:00 +0100 |
commit | a7bb3d59e71f7f7980f8b7db400df94cabd92c0a (patch) | |
tree | 75891dbe1512a6d035e054f4b88104f26778beea /certServiceK8sExternalProvider/deploy/crd.yaml | |
parent | ee23e5f54f96807b1f1fff0b45238a247d3dd8e0 (diff) |
[OOM-K8S-CERT-EXTERNAL-PROVIDER] Add health check of CMPv2 provisioner (cert-service-api)
Issue-ID: OOM-2559
Signed-off-by: Jan Malkiewicz <jan.malkiewicz@nokia.com>
Change-Id: I81d4dcfcb10f71182ea667770bafb9556817b793
Diffstat (limited to 'certServiceK8sExternalProvider/deploy/crd.yaml')
-rw-r--r-- | certServiceK8sExternalProvider/deploy/crd.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
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 |