add heavy loggin

This commit is contained in:
2026-03-26 10:59:56 -03:00
parent a85722f96a
commit beb0416280
27 changed files with 502 additions and 64 deletions

View File

@@ -46,6 +46,7 @@ k8s_resource('gateway', resource_deps=['fastapi', 'detection-ui'],
# Group uncategorized resources (configmaps, namespace) under infra
k8s_resource(
objects=['mpr:namespace', 'mpr-config:configmap', 'minio-config:configmap',
'postgres-config:configmap', 'envoy-gateway-config:configmap'],
'postgres-config:configmap', 'envoy-gateway-config:configmap',
'minio-data:persistentvolumeclaim'],
new_name='infra',
)