💩(summary) kubernitize the micro service

Add the micro service to the helm chart.
This commit is contained in:
lebaudantoine
2024-11-25 16:01:09 +01:00
committed by aleb_the_flash
parent e92f084afb
commit dd0cb61ebc
9 changed files with 573 additions and 8 deletions

View File

@@ -27,6 +27,17 @@ docker_build(
]
)
docker_build(
'localhost:5001/meet-summary:latest',
context='../src/summary',
dockerfile='../src/summary/Dockerfile',
only=['.', '../../docker', '../../.dockerignore'],
target = 'production',
live_update=[
sync('../src/summary', '/home/summary'),
]
)
k8s_yaml(local('cd ../src/helm && helmfile -n meet -e dev template .'))
migration = '''