Skip to content

Commit

Permalink
Increase liveness probe initial delay
Browse files Browse the repository at this point in the history
In light of now loading up all the masterasset data on startup ...
  • Loading branch information
SapiensAnatis committed Jan 17, 2024
1 parent 13dcbc9 commit 7aca329
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/dragalia-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A Helm chart for the Dragalia Lost server emulator

type: application

version: 2.1.1
version: 2.1.2
appVersion: "latest"

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion charts/dragalia-api/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
name: config
subPath: "appsettings.json"
livenessProbe:
initialDelaySeconds: 30
initialDelaySeconds: 60
timeoutSeconds: 1
httpGet:
path: /ping
Expand Down

0 comments on commit 7aca329

Please sign in to comment.