diff --git a/unit.json b/unit.json index 72e3d2f03edb6..472189f0c2880 100644 --- a/unit.json +++ b/unit.json @@ -17,14 +17,6 @@ }, "routes": { "posthog": [ - { - "match": { - "uri": ["/_health", "/_readyz", "/_livez"] - }, - "action": { - "pass": "applications/posthog-health" - } - }, { "action": { "pass": "applications/posthog" @@ -53,17 +45,6 @@ ] }, "applications": { - "posthog-health": { - "type": "python 3.10", - "processes": 1, - "working_directory": "/code", - "path": ".", - "module": "posthog.wsgi", - "user": "nobody", - "limits": { - "requests": 5000 - } - }, "posthog": { "type": "python 3.10", "processes": 4,