remove orphan postgres deployment

This commit is contained in:
2026-04-16 02:15:52 -03:00
parent e03ac3982a
commit 8645adb3d6
3 changed files with 1 additions and 53 deletions

View File

@@ -41,8 +41,7 @@ docker_build(
# --- Resources ---
k8s_resource('postgres')
k8s_resource('api', resource_deps=['postgres'])
k8s_resource('api')
k8s_resource('ui', resource_deps=['api'], port_forwards=['8040:80'])
# Group infra resources