Skip to content

Commit

Permalink
fix(#3): increase readiness probe timeout to better deal with high load
Browse files Browse the repository at this point in the history
  • Loading branch information
Jumpy-Squirrel committed Feb 2, 2024
1 parent 7431b9b commit 92210aa
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion charts/eurofurence-registration-system/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: eurofurence-registration-system
version: 0.0.24
version: 0.0.25
description: A helm chart that can deploy the Eurofurence Registration System.
type: application
home: https://github.com/eurofurence/reg-helm-chart
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ spec:
initialDelaySeconds: 2
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 1
timeoutSeconds: 5
resources:
limits:
memory: {{ .component.limits.memory }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ tests:
initialDelaySeconds: 2
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 1
timeoutSeconds: 5
resources:
limits:
memory: 512Mi
Expand Down Expand Up @@ -157,7 +157,7 @@ tests:
initialDelaySeconds: 2
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 1
timeoutSeconds: 5
resources:
limits:
memory: 512Mi
Expand Down Expand Up @@ -231,7 +231,7 @@ tests:
initialDelaySeconds: 2
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 1
timeoutSeconds: 5
resources:
limits:
memory: 512Mi
Expand Down Expand Up @@ -304,7 +304,7 @@ tests:
initialDelaySeconds: 2
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 1
timeoutSeconds: 5
resources:
limits:
memory: 512Mi
Expand Down Expand Up @@ -383,7 +383,7 @@ tests:
initialDelaySeconds: 2
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 1
timeoutSeconds: 5
resources:
limits:
memory: 512Mi
Expand Down Expand Up @@ -467,7 +467,7 @@ tests:
initialDelaySeconds: 2
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 1
timeoutSeconds: 5
resources:
limits:
memory: 512Mi
Expand Down Expand Up @@ -541,7 +541,7 @@ tests:
initialDelaySeconds: 2
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 1
timeoutSeconds: 5
resources:
limits:
memory: 4444Mi
Expand Down Expand Up @@ -640,7 +640,7 @@ tests:
initialDelaySeconds: 2
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 1
timeoutSeconds: 5
resources:
limits:
memory: 512Mi
Expand Down

0 comments on commit 92210aa

Please sign in to comment.