Skip to content

Commit

Permalink
Update probes
Browse files Browse the repository at this point in the history
  • Loading branch information
SapiensAnatis committed Jan 28, 2023
1 parent 27e70d0 commit 4728958
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
export KUBECONFIG=/etc/rancher/k3s/k3s.yaml
cd /helm
helm repo update sapiensanatis
helm upgrade -f values.yaml dragalia-api sapiensanatis/dragalia-api
helm upgrade -f values.yaml dragalia-api sapiensanatis/dragalia-api --wait
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: 1.2.4
version: 1.2.5
appVersion: "latest"

dependencies:
Expand Down
3 changes: 1 addition & 2 deletions charts/dragalia-api/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,8 @@ spec:
name: config
subPath: "appsettings.json"
livenessProbe:
initialDelaySeconds: 20
httpGet:
path: /health
path: /ping
port: http
readinessProbe:
httpGet:
Expand Down

0 comments on commit 4728958

Please sign in to comment.