43 lines
1,009 B
YAML
43 lines
1,009 B
YAML
gceProject: wikibase-cloud
|
|
gceServiceAccountSecret: secret-wikibase-production-api
|
|
|
|
uiHostName: www.wikibase.cloud
|
|
tlsSecret: wikibase-production-tls
|
|
ingressNameSuffix: wikibase-production
|
|
|
|
services:
|
|
app:
|
|
url: https://www.wikibase.cloud
|
|
apiUrl: https://api.wikibase.cloud
|
|
mailer: smtp
|
|
ingressHosts:
|
|
- host: api.wikibase.cloud
|
|
paths:
|
|
- /()(.*)
|
|
- host: www.wikibase.cloud
|
|
paths:
|
|
- /api(/|$)(.*)
|
|
sql:
|
|
storageClass: premium-rwo
|
|
storageSize: 480Gi
|
|
api:
|
|
db: apidb
|
|
user: apiuser
|
|
redis:
|
|
readHost: redis-headless.default.svc.cluster.local
|
|
writeHost: redis-master.default.svc.cluster.local
|
|
port: 6379
|
|
# TODO move these databases out of private
|
|
databases:
|
|
apiDb: 2
|
|
apiCacheDb: 3
|
|
toolQuickstatements: 10
|
|
toolWidar: 11
|
|
|
|
external:
|
|
letsencrypt:
|
|
email: thomas.arrow@wikimedia.de
|
|
recaptcha2:
|
|
secretName: recaptcha-v2-secrets
|
|
recaptcha3:
|
|
secretName: recaptcha-v3-secrets
|