Skip to content

Commit

Permalink
feat(Cleaning): Add new workflow for cleaning service module on build
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiodmota committed Sep 18, 2023
1 parent 51840dd commit c8b4917
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions charts/bpdm/charts/bpdm-cleaning-service-dummy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,25 +92,25 @@ livenessProbe:
initialDelaySeconds: 10
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 3
timeoutSeconds: 10
readinessProbe:
httpGet:
path: "/actuator/health/readiness"
port: 8084
scheme: HTTP
failureThreshold: 3
initialDelaySeconds: 20
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 3
initialDelaySeconds: 30
periodSeconds: 20
timeoutSeconds: 10
startupProbe:
httpGet:
path: "/actuator/health/readiness"
port: 8084
scheme: HTTP
initialDelaySeconds: 90
failureThreshold: 20
initialDelaySeconds: 300
periodSeconds: 20
timeoutSeconds: 10



Expand Down

0 comments on commit c8b4917

Please sign in to comment.