Skip to content

Commit

Permalink
fix: shorten startup delay
Browse files Browse the repository at this point in the history
  • Loading branch information
bancey committed Dec 31, 2024
1 parent 885c323 commit e9a5e44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/pterodactyl-panel/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: pterodactyl-panel
description: A Helm chart for pterodactyl.io
type: application
icon: "https://cdn.pterodactyl.io/logos/new/pterodactyl_logo_transparent.png"
version: 0.4.12
version: 0.4.13
dependencies:
- name: mariadb
version: "20.2.1"
Expand Down
4 changes: 2 additions & 2 deletions charts/pterodactyl-panel/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ spec:
httpGet:
path: /
port: http
initialDelaySeconds: 240
initialDelaySeconds: 120
readinessProbe:
httpGet:
path: /
port: http
initialDelaySeconds: 240
initialDelaySeconds: 120
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- with .Values.nodeSelector }}
Expand Down

0 comments on commit e9a5e44

Please sign in to comment.