fix demo session 1
This commit is contained in:
7
Tiltfile
7
Tiltfile
@@ -249,6 +249,13 @@ build_python_service('orchestrator-service', 'orchestrator')
|
||||
# Demo Services
|
||||
build_python_service('demo-session-service', 'demo_session')
|
||||
|
||||
# Tell Tilt that demo-cleanup-worker uses the demo-session-service image
|
||||
k8s_image_json_path(
|
||||
'bakery/demo-session-service',
|
||||
'{.spec.template.spec.containers[?(@.name=="worker")].image}',
|
||||
name='demo-cleanup-worker'
|
||||
)
|
||||
|
||||
# =============================================================================
|
||||
# INFRASTRUCTURE RESOURCES
|
||||
# =============================================================================
|
||||
|
||||
Reference in New Issue
Block a user