File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
description : GitLab Auto-deploy Helm Chart - Rails version
3
3
name : auto-deploy-rails
4
- version : 0.2.9
4
+ version : 0.2.11
5
5
icon : 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
91
91
| readinessProbe.initialDelaySeconds | # of seconds after the container has started before readiness probes are initiated. | ` 5 ` |
92
92
| readinessProbe.timeoutSeconds | # of seconds after which the readiness probe times out. | ` 3 ` |
93
93
| worker.enabled | | ` true ` |
94
- | worker.command | | ` bundle exec sidekiq` |
94
+ | worker.command | | ` sidekiq ` |
95
95
| worker.replicaCount | | 1 |
96
96
| worker.sidekiq_alive.enabled | | ` true ` |
97
97
| 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:
34
34
timeoutSeconds : 3
35
35
worker :
36
36
enabled : true
37
- command : ' bundle exec sidekiq' # Note: Will override entrypoint.
37
+ command : ' sidekiq' # Note: Will override entrypoint.
38
38
replicaCount : 1
39
39
sidekiq_alive :
40
40
enabled : true
You can’t perform that action at this time.
0 commit comments