Skip to content

Commit

Permalink
Update worker cmd and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
leifcr committed Mar 19, 2019
1 parent 9ad8822 commit c6e2978
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
description: GitLab Auto-deploy Helm Chart - Rails version
name: auto-deploy-rails
version: 0.2.9
version: 0.2.11
icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Copy [```values.yaml```](https://gitlab.com/leifcr/auto-deploy-rails/blob/master
| readinessProbe.initialDelaySeconds | # of seconds after the container has started before readiness probes are initiated. | `5` |
| readinessProbe.timeoutSeconds | # of seconds after which the readiness probe times out. | `3` |
| worker.enabled | | `true` |
| worker.command | | `bundle exec sidekiq` |
| worker.command | | `sidekiq` |
| worker.replicaCount | | 1 |
| worker.sidekiq_alive.enabled | | `true` |
| worker.sidekiq_alive.livenessProbe.path | Path to access on the HTTP server on periodic probe of container liveness. | `/` |
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ readinessProbe:
timeoutSeconds: 3
worker:
enabled: true
command: 'bundle exec sidekiq' # Note: Will override entrypoint.
command: 'sidekiq' # Note: Will override entrypoint.
replicaCount: 1
sidekiq_alive:
enabled: true
Expand Down

0 comments on commit c6e2978

Please sign in to comment.