Skip to content

Commit

Permalink
contrib: correct position of startupProbe spec
Browse files Browse the repository at this point in the history
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 <joseph.crosland@gmail.com>
  • Loading branch information
crozzy committed Aug 26, 2024
1 parent a2c920f commit 4bab232
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions contrib/openshift/manifests/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4bab232

Please sign in to comment.