deploy { use "kubernetes" { probe_path = "/healthz" // Required for private container registry // image_secret = "secretname" pod { container { port { name = "http" port = 8080 } port { name = "grpc" port = 50051 } } } } }