Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion k8s/argocd/local/api.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,14 @@ trustedProxy:
- '*'
useProbes: true
wbstack:
complaint:
mail:
recipient: someone@wikimedia.de
sender: dsa@wbaas.dev
contact:
mail:
recipient: someone@wikimedia.de
sender: contact-<subject>@wikibase.cloud
sender: contact-<subject>@wbaas.dev
elasticSearch:
enabledByDefault: true
maxWikisPerUser: null
Expand Down
2 changes: 1 addition & 1 deletion k8s/argocd/local/app-of-apps.values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
chartVersions:
wbaasUi: 0.4.0
wbaasApi: 0.32.1
wbaasApi: 0.33.0
redis: 17.3.8
redis2: 19.6.4
4 changes: 4 additions & 0 deletions k8s/argocd/production/api.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ trustedProxy:
- 10.108.0.0/14
useProbes: true
wbstack:
complaint:
mail:
recipient: dsa-meldung@wikimedia.de
sender: dsa@wikibase.cloud
contact:
mail:
recipient: contact.wikibase@wikimedia.de
Expand Down
4 changes: 4 additions & 0 deletions k8s/argocd/staging/api.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,10 @@ trustedProxy:
- 10.112.0.0/14
useProbes: true
wbstack:
complaint:
mail:
recipient: wikibase-cloud@wikimedia.de
sender: dsa@wikibase.dev
contact:
mail:
recipient: contact.wikibase@wikimedia.de
Expand Down
2 changes: 1 addition & 1 deletion k8s/argocd/staging/app-of-apps.values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
chartVersions:
wbaasUi: 0.4.0
wbaasApi: 0.32.1
wbaasApi: 0.33.0
redis: 17.3.8
redis2: 19.6.4
6 changes: 5 additions & 1 deletion k8s/helmfile/env/local/api.values.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ wbstack:
contact:
mail:
recipient: someone@wikimedia.de
sender: contact-<subject>@wikibase.cloud
sender: contact-<subject>@wbaas.dev
complaint:
mail:
recipient: someone@wikimedia.de
sender: dsa@wbaas.dev

app:
name: WBaaS Localhost
Expand Down
4 changes: 4 additions & 0 deletions k8s/helmfile/env/production/api.values.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ wbstack:
mail:
recipient: contact.wikibase@wikimedia.de
sender: contact-<subject>@wikibase.cloud
complaint:
mail:
recipient: dsa-meldung@wikimedia.de
sender: dsa@wikibase.cloud

app:
name: WBaaS Wikibase Production
Expand Down
4 changes: 4 additions & 0 deletions k8s/helmfile/env/staging/api.values.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ wbstack:
mail:
recipient: contact.wikibase@wikimedia.de
sender: contact-<subject>@wikibase.dev
complaint:
mail:
recipient: wikibase-cloud@wikimedia.de
sender: dsa@wikibase.dev

app:
name: WBaaS Wikibase Dev
Expand Down