Skip to content

Commit

Permalink
feat(staging): deploy two named laravel queue workers
Browse files Browse the repository at this point in the history
  • Loading branch information
m90 committed Dec 14, 2023
1 parent d1206c9 commit edb5d35
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions k8s/helmfile/env/local/api.values.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ ingress:
platform:
backendMwHost: mediawiki-139-app-backend.default.svc.cluster.local

queue:
queueNames: ['default', 'manual-intervention']

wbstack:
wikiDbProvisionVersion: mw1.39-wbs1
wikiDbUseVersion: mw1.39-wbs1
Expand Down
3 changes: 3 additions & 0 deletions k8s/helmfile/env/staging/api.values.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ ingress:
- wikibase.dev ## todo should be injected
secretName: wikibase-dev-tls

queue:
queueNames: ['default', 'manual-intervention']

platform:
backendMwHost: mediawiki-139-app-backend.default.svc.cluster.local

Expand Down
2 changes: 1 addition & 1 deletion k8s/helmfile/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ releases:

- name: api
chart: wbstack/api
version: "0.27.0"
version: {{ (ternary "0.27.0" "0.29.0" (eq .Environment.Name "production")) }}
namespace: default
<<: *default_release

Expand Down

0 comments on commit edb5d35

Please sign in to comment.