github.com/windmilleng/tilt@v0.13.6/integration/oneup/Tiltfile (about) 1 # -*- mode: Python -*- 2 3 include('../Tiltfile') 4 5 # If you get push errors, you can change the default_registry. 6 # Create tilt_option.json with contents: {"default_registry": "gcr.io/my-personal-project"} 7 # (with your registry inserted). tilt_option.json is gitignore'd, unlike Tiltfile 8 default_registry(read_json('tilt_option.json', {}) 9 .get('default_registry', 'gcr.io/windmill-test-containers/servantes')) 10 11 docker_build('oneup', '.') 12 k8s_yaml('oneup.yaml') 13 k8s_resource('oneup', port_forwards=8100)