Skip to content

Commit

Permalink
add initialDelaySeconds to accounting-exporter livenessProbe (#251)
Browse files Browse the repository at this point in the history
* add initialDelaySeconds to livenessProbe

* add .vscode to .gitingore
  • Loading branch information
mwennrich authored Jul 19, 2022
1 parent 3163596 commit d6aba0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ vendor
tools/vendor
VERSION
bin
.vscode
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ spec:
port: 3000
scheme: HTTP
failureThreshold: 1
initialDelaySeconds: 120
readinessProbe:
httpGet:
path: /health
Expand Down

0 comments on commit d6aba0a

Please sign in to comment.