Skip to content

Commit

Permalink
chore(local): set mediawiki replica count to 1 (#1094)
Browse files Browse the repository at this point in the history
  • Loading branch information
deer-wmde authored Aug 15, 2023
1 parent 6216d60 commit 260b2df
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions k8s/helmfile/env/local/mediawiki-139.values.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,9 @@ mw:
sitekeySecretKey: site_key
secretkeySecretName: recaptcha-v2-dev-secrets
secretkeySecretKey: secret_key

replicaCount:
backend: 1
web: 1
webapi: 1
alpha: 1

0 comments on commit 260b2df

Please sign in to comment.