Page MenuHomePhabricator

Request increased quota for uploadmap Toolforge tool
Closed, ResolvedPublic

Description

Tool Name: uploadmap
Quota increase requested: +2 services
Reason: Want to set up two reverse proxies (as explained at https://wikitech.wikimedia.org/wiki/Help:Toolforge/Kubernetes/Reverse_proxy). One proxy is for tile.openstreetmap.org and one reverse proxy to host the vector tiles externally as generation on toolforge is not possible and handling of this large amount of files on toolforge does not work well.

Event Timeline

+1

Note that that method is currently not supported:

Any objects manually created in Kubernetes (as opposed to using toolforge clients) are not officially supported by the Toolforge admin team. They may stop working without notice following any Kubernetes software update or platform outage.

If you have a webservice already running on the tool, it's recommended to use that webservice to do the reverse proxying.

An example of doing so with the php buildpack can be found here: T337191#8879427