tilt-dev / tilt

Define your dev environment as code. For microservice apps on Kubernetes.
https://tilt.dev/
Apache License 2.0
7.41k stars 289 forks source link

split service from workload resource #6372

Open nicks opened 1 month ago

nicks commented 1 month ago

Andy in the tilt channel asks:

is there a way to mark a k8s resource as not part of a tilt resource? i.e. I've got a k8s deployment that also has a k8s service, and if I hit the rebuild it deletes the service and the deployment and then starts them both back up, but the service is part of a GCP ingress, so recreating the service causes the whole GCP ingress to have to update and can take a minute or 2.

I don't think there's a straightforward way to do this right now :(