Skip to content

Instantly share code, notes, and snippets.

@Havoc24k
Created April 23, 2022 09:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Havoc24k/1e1eea69dd7daaf5db5affd7ca5caaed to your computer and use it in GitHub Desktop.
Save Havoc24k/1e1eea69dd7daaf5db5affd7ca5caaed to your computer and use it in GitHub Desktop.
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