Skip to content

Commit

Permalink
Increased delay for livenssProbe to 2 hours
Browse files Browse the repository at this point in the history
Signed-off-by: Marek Cermak <macermak@redhat.com>

modified:   openshift/inspectJob-template.yaml
modified:   openshift/inspectJobWithCPU-template.yaml
modified:   workflows/templates/inspection-run-template.yaml
modified:   workflows/templates/inspection-run-with-cpu-template.yaml
  • Loading branch information
Marek Cermak committed Jan 30, 2020
1 parent 7c60771 commit 70fa1a5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion openshift/inspectJob-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ objects:
image: "${AMUN_INSPECTION_ID}:latest"
livenessProbe:
failureThreshold: 1
initialDelaySeconds: 3600
initialDelaySeconds: 7200
periodSeconds: 10
tcpSocket:
port: 80
Expand Down
2 changes: 1 addition & 1 deletion openshift/inspectJobWithCPU-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ objects:
image: "${AMUN_INSPECTION_ID}:latest"
livenessProbe:
failureThreshold: 1
initialDelaySeconds: 3600
initialDelaySeconds: 7200
periodSeconds: 10
tcpSocket:
port: 80
Expand Down
2 changes: 1 addition & 1 deletion workflows/templates/inspection-run-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ spec:
image: "{{inputs.parameters.inspection-id}}:latest"
livenessProbe:
failureThreshold: 1
initialDelaySeconds: 3600
initialDelaySeconds: 7200
periodSeconds: 10
tcpSocket:
port: 80
Expand Down
4 changes: 2 additions & 2 deletions workflows/templates/inspection-run-with-cpu-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ spec:
image: "{{inputs.parameters.inspection-id}}:latest"
livenessProbe:
failureThreshold: 1
initialDelaySeconds: 3600
initialDelaySeconds: 7200
periodSeconds: 10
tcpSocket:
port: 80
Expand Down Expand Up @@ -260,7 +260,7 @@ spec:
image: "{{inputs.parameters.inspection-id}}:latest"
livenessProbe:
failureThreshold: 1
initialDelaySeconds: 3600
initialDelaySeconds: 7200
periodSeconds: 10
tcpSocket:
port: 80
Expand Down

0 comments on commit 70fa1a5

Please sign in to comment.