Metadata-Version: 2.1
Name: tutor-contrib-harmony
Version: 18.0.1
Summary: multi instance k8s plugin for Tutor
Home-page: https://github.com/openedx/openedx-k8s-harmony
Author: Braden MacDonald
License: AGPLv3
Project-URL: Code, https://github.com/openedx/openedx-k8s-harmony
Project-URL: Issue tracker, https://github.com/openedx/openedx-k8s-harmony/issues
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Requires-Dist: tutor<19.0.0,>=17.0.0

This is a plugin for Tutor to make it easier to deploy multiple Tutor instances
onto a single cluster. This disables the use of Caddy as an external endpoint
and instead uses it only for per-instance routing. An Ingress is used to
automatically register each Open edX instance with a central NGINX load
balancer that routes traffic for the whole cluster.
