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 2024547 commit 51840dd
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions charts/bpdm/charts/bpdm-cleaning-service-dummy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,28 +89,29 @@ livenessProbe:
port: 8084
scheme: HTTP
failureThreshold: 3
initialDelaySeconds: 5
periodSeconds: 5
initialDelaySeconds: 10
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 1
timeoutSeconds: 3
readinessProbe:
httpGet:
path: "/actuator/health/readiness"
port: 8084
scheme: HTTP
failureThreshold: 3
initialDelaySeconds: 5
periodSeconds: 5
initialDelaySeconds: 20
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 1
timeoutSeconds: 3
startupProbe:
httpGet:
path: "/actuator/health/readiness"
port: 8084
scheme: HTTP
initialDelaySeconds: 60
initialDelaySeconds: 90
failureThreshold: 20
periodSeconds: 15
periodSeconds: 20



# Used to overwrite the default property values of the application configuration
Expand Down

0 comments on commit 51840dd

Please sign in to comment.