Skip to content

Instantly share code, notes, and snippets.

View LtdJorge's full-sized avatar
:octocat:

Jorge López Tello LtdJorge

:octocat:
View GitHub Profile
@LtdJorge
LtdJorge / traefik.nomad
Created November 2, 2021 19:42 — forked from apollo13/traefik.nomad
Traefik 2.5 with Consul Connect on Nomad
# Simple example to deploy traefik with consul connect enabled.
# For simplicity the job includes traefik as well as the backend service.
# Please note that traefik currently only supports connect for HTTP.
job "traefik-consul-connect-demo" {
datacenters = ["dc1"]
group "edge" {
network {
mode = "bridge"