3
0
mirror of https://github.com/mastodon/chart synced 2025-05-18 13:03:21 +00:00

Adjust default values

This commit is contained in:
Tim Campbell 2024-07-10 15:51:00 +02:00
parent 8c62763e41
commit 6578d4453f
2 changed files with 2 additions and 2 deletions

View File

@ -210,7 +210,7 @@ spec:
- {{ required "A valid sidekiq readiness path is required." $context.Values.mastodon.sidekiq.readinessProbe.path }} - {{ required "A valid sidekiq readiness path is required." $context.Values.mastodon.sidekiq.readinessProbe.path }}
initialDelaySeconds: {{ default 10 $context.Values.mastodon.sidekiq.readinessProbe.initialDelaySeconds }} initialDelaySeconds: {{ default 10 $context.Values.mastodon.sidekiq.readinessProbe.initialDelaySeconds }}
periodSeconds: {{ default 2 $context.Values.mastodon.sidekiq.readinessProbe.periodSeconds }} periodSeconds: {{ default 2 $context.Values.mastodon.sidekiq.readinessProbe.periodSeconds }}
successThreshold: {{ default 2 $context.Values.mastodon.sidekiq.readinessProbe.successThreshold }} successThreshold: {{ default 1 $context.Values.mastodon.sidekiq.readinessProbe.successThreshold }}
timeoutSeconds: {{ default 1 $context.Values.mastodon.sidekiq.readinessProbe.timeoutSeconds }} timeoutSeconds: {{ default 1 $context.Values.mastodon.sidekiq.readinessProbe.timeoutSeconds }}
{{- end }} {{- end }}
resources: resources:

View File

@ -154,7 +154,7 @@ mastodon:
path: /opt/mastodon/tmp/sidekiq_process_has_started_and_will_begin_processing_jobs path: /opt/mastodon/tmp/sidekiq_process_has_started_and_will_begin_processing_jobs
initialDelaySeconds: 10 initialDelaySeconds: 10
periodSeconds: 2 periodSeconds: 2
successThreshold: 2 successThreshold: 1
timeoutSeconds: 1 timeoutSeconds: 1
# -- Topology spread constraints for Sidekiq Pods, overwrites .Values.topologySpreadConstraints # -- Topology spread constraints for Sidekiq Pods, overwrites .Values.topologySpreadConstraints
topologySpreadConstraints: {} topologySpreadConstraints: {}