💩(summary) kubernitize the micro service
Add the micro service to the helm chart.
This commit is contained in:
committed by
aleb_the_flash
parent
e92f084afb
commit
dd0cb61ebc
11
bin/Tiltfile
11
bin/Tiltfile
@@ -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 = '''
|
||||
|
||||
Reference in New Issue
Block a user