Skip to content

Commit

Permalink
Update deployment-maketplace.yaml - raise initialDelaySeconds
Browse files Browse the repository at this point in the history
give more time for the deployment on k8s
  • Loading branch information
KlausIllmayer authored Sep 18, 2024
1 parent 2dafca3 commit f34b26a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chart/templates/deployment-maketplace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
path: /api/property-types
port: 8080
scheme: HTTP
initialDelaySeconds: 30
initialDelaySeconds: 90
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 3
Expand All @@ -65,7 +65,7 @@ spec:
path: /api/property-types
port: 8080
scheme: HTTP
initialDelaySeconds: 30
initialDelaySeconds: 90
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 3
Expand Down

0 comments on commit f34b26a

Please sign in to comment.