Skip to content

Instantly share code, notes, and snippets.

View hynek's full-sized avatar
🌴
On vacation

Hynek Schlawack hynek

🌴
On vacation
View GitHub Profile
@hynek
hynek / haproxy-ingress.hcl
Created January 29, 2021 06:28 — forked from mister2d/haproxy-ingress.hcl
nomad job for HAProxy ingress
job "ingress" {
region = "global"
datacenters = ["home"]
type = "service"
constraint {
attribute = "${meta.proxy_type}"
value = "internal"
}
@hynek
hynek / l.py
Created April 25, 2013 21:45 — forked from dstufft/l.py
def foo():
"""
... Doc string goes here
"""
pass