Revert "Fixed domain naming"
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This reverts commit cf77ff0f89.
This commit is contained in:
Pünkösd Marcell 2021-04-19 21:14:28 +02:00
parent f6ecb0d0d0
commit 22a685425e

View File

@ -59,7 +59,7 @@ class JobView(FlaskView):
@staticmethod
def _controller_to_pod_name(controller: Controller) -> str:
return f"ursim-controller-{controller.id}a" # Needs to be a valid DNS-1123 name
return f"ursim-controller-{controller.id}"
@staticmethod
def _create_k8s_pod_api_object(controller: Controller, controller_desc: dict) -> dict: