Skip to content

Instantly share code, notes, and snippets.

@Havoc24k
Created April 23, 2022 09:06
waypoint.deploy.hcl
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
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment