Skip to content

Commit

Permalink
Production: Deploy new Platform API image 8x.26.0 (#1256)
Browse files Browse the repository at this point in the history
* Production: Deploy new Platform API image 8x.26.0

* chore: update charts for queryservice-updater and api

---------

Co-authored-by: Frederik Ring <[email protected]>
  • Loading branch information
wmdebot and m90 authored Nov 13, 2023
1 parent b6aee84 commit 002fff3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
4 changes: 3 additions & 1 deletion k8s/helmfile/env/production/api.values.yaml.gotmpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
image:
tag: 8x.25.7
tag: 8x.26.0

replicaCount:
web: 1
Expand Down Expand Up @@ -44,6 +44,8 @@ ingress:
{{- end }}

wbstack:
qsBatchMarkFailedAfter: 3
qsBatchPendingTimeout: 'PT300S'
signupThrottlingRange: 'PT24H'
signupThrottlingLimit: 20
summaryCreationRateRanges:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@ replicaCount: 1
image:
repository: ghcr.io/wbstack/queryservice-updater
pullPolicy: Always
tag: 0.3.84_3.10

app:
sleepTime: 5
loopLimit: 100
getBatchesEndpoint: http://api-app-backend.default.svc.cluster.local/backend/qs/getBatches
markDoneEndpoint: http://api-app-backend.default.svc.cluster.local/backend/qs/markDone
markNotDoneEndpoint: http://api-app-backend.default.svc.cluster.local/backend/qs/markNotDone
wikibaseScheme: http
extraJvmOpts: "-XshowSettings:vm -XX:+UseContainerSupport -XX:+ExitOnOutOfMemoryError -Xms64m -Xmx128m -XX:MetaspaceSize=20m -XX:MaxMetaspaceSize=30m"

Expand Down
2 changes: 0 additions & 2 deletions k8s/helmfile/env/staging/api.values.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ platform:
backendMwHost: mediawiki-139-app-backend.default.svc.cluster.local

wbstack:
qsBatchMarkFailedAfter: 3
qsBatchPendingTimeout: 'PT300S'
wikiDbProvisionVersion: mw1.39-wbs1
wikiDbUseVersion: mw1.39-wbs1
monitoringEmail: "[email protected]"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@ image:

app:
extraJvmOpts: "-XshowSettings:vm -XX:+UseContainerSupport -XX:+ExitOnOutOfMemoryError -Xms15m -Xmx30m -XX:MetaspaceSize=20m -XX:MaxMetaspaceSize=30m"
markDoneEndpoint: http://api-app-backend.default.svc.cluster.local/backend/qs/markDone
markNotDoneEndpoint: http://api-app-backend.default.svc.cluster.local/backend/qs/markNotDone
4 changes: 2 additions & 2 deletions k8s/helmfile/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ releases:

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

Expand Down Expand Up @@ -187,7 +187,7 @@ releases:
- name: queryservice-updater
namespace: default
chart: wbstack/queryservice-updater
version: {{ ternary "0.3.0" "0.2.0" (ne .Environment.Name "production") }}
version: "0.3.0"
<<: *default_release

- name: tool-cradle
Expand Down

0 comments on commit 002fff3

Please sign in to comment.