File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11apiVersion : v1
22description : GitLab Auto-deploy Helm Chart - Rails version
33name : auto-deploy-rails
4- version : 0.2.9
4+ version : 0.2.11
55icon : https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ Copy [```values.yaml```](https://gitlab.com/leifcr/auto-deploy-rails/blob/master
9191| readinessProbe.initialDelaySeconds | # of seconds after the container has started before readiness probes are initiated. | ` 5 ` |
9292| readinessProbe.timeoutSeconds | # of seconds after which the readiness probe times out. | ` 3 ` |
9393| worker.enabled | | ` true ` |
94- | worker.command | | ` bundle exec sidekiq` |
94+ | worker.command | | ` sidekiq ` |
9595| worker.replicaCount | | 1 |
9696| worker.sidekiq_alive.enabled | | ` true ` |
9797| worker.sidekiq_alive.livenessProbe.path | Path to access on the HTTP server on periodic probe of container liveness. | ` / ` |
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ readinessProbe:
3434 timeoutSeconds : 3
3535worker :
3636 enabled : true
37- command : ' bundle exec sidekiq' # Note: Will override entrypoint.
37+ command : ' sidekiq' # Note: Will override entrypoint.
3838 replicaCount : 1
3939 sidekiq_alive :
4040 enabled : true
You can’t perform that action at this time.
0 commit comments