Skip to content

Instantly share code, notes, and snippets.

View Havoc24k's full-sized avatar

Thanasis Politis Havoc24k

View GitHub Profile
@Havoc24k
Havoc24k / waypoint.release.hcl
Created April 23, 2022 09:08
waypoint.release.hcl
release {
use "kubernetes" {
// Sets up a load balancer to access released application
load_balancer = false
ports = [
{ "port" = "50051", "target_port" = "50051" }
]
ingress "http" {
default = false
path = "/"