From 74974320f4a1358911fdc263d2060839ca25cb2d Mon Sep 17 00:00:00 2001 From: crozzy Date: Mon, 26 Aug 2024 13:53:18 -0700 Subject: [PATCH] contrib: correct position of startupProbe spec This has been the same since the creation on the service and has only just been noticed now that we have a slightly more involved migration to get through. Signed-off-by: crozzy --- contrib/openshift/manifests/manifests.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/contrib/openshift/manifests/manifests.yaml b/contrib/openshift/manifests/manifests.yaml index 3082f9ab8d..1e53d1936c 100644 --- a/contrib/openshift/manifests/manifests.yaml +++ b/contrib/openshift/manifests/manifests.yaml @@ -77,8 +77,8 @@ objects: httpGet: path: ${{READY_PATH}} port: ${{HEALTH_PORT}} - failureThreshold: 400 - periodSeconds: 10 + failureThreshold: 400 + periodSeconds: 10 volumeMounts: - name: clair-config mountPath: /etc/clair @@ -146,8 +146,8 @@ objects: httpGet: path: ${{READY_PATH}} port: ${{HEALTH_PORT}} - failureThreshold: 400 - periodSeconds: 10 + failureThreshold: 400 + periodSeconds: 10 volumeMounts: - name: clair-config mountPath: /etc/clair @@ -212,8 +212,8 @@ objects: httpGet: path: ${{READY_PATH}} port: ${{HEALTH_PORT}} - failureThreshold: 400 - periodSeconds: 10 + failureThreshold: 400 + periodSeconds: 10 volumeMounts: - name: clair-config mountPath: /etc/clair