Skip to content

Instantly share code, notes, and snippets.

View langerma's full-sized avatar
🔥
Working from home

DataPoints langerma

🔥
Working from home
View GitHub Profile
@langerma
langerma / haproxy-ingress.hcl
Created July 26, 2022 07:57 — forked from hynek/haproxy-ingress.hcl
nomad job for HAProxy ingress
job "ingress" {
region = "global"
datacenters = ["home"]
type = "service"
constraint {
attribute = "${meta.proxy_type}"
value = "internal"
}
@langerma
langerma / cluster-elasticsearch.hcl
Created February 3, 2021 14:34 — forked from leowmjw/cluster-elasticsearch.hcl
cluster-elasticsearch.hcl
job "search" {
datacenters = [
"dc1"
]
type = "service"
update {
stagger = "10s"
max_parallel = 1
}